{% if config.url_favicon %}{% endif %} {% if config.default_stylesheet.1 != '' %} {% endif %} {% if config.font_awesome %} {% endif %} {% include 'header.html' %} {% include 'navbar.html' %} {{ boardlist.top }}

{{ settings.title }}

{% if settings.subtitle %} {{ settings.subtitle }} {% endif %}
{% include 'attention_bar.html' %}
{% if news|length == 0 %}

(No news to show.)

{% else %} {% for entry in news %}

#{{ news|length - loop.index0 }} {% if entry.subject %} {{ entry.subject|e }} {% else %} no subject {% endif %} — by {{ entry.name|e }} at {{ entry.time|date(config.post_date) }}

{{ entry.body }}

{% endfor %} {% endif %}
{{ boardlist.bottom }} {% include 'footer.html' %}