{{ i18n('公告') }}
{{ i18n(site.notice)|raw }}
{% if items is empty %}
{% else %}
{% for m in items %}
{% endfor %}
{% endif %}