{% include 'attention_bar.html' %}
{{ config.ad.top }}
{% if not no_post_form %}
{% include 'post_form.html' %}
{% else %}
{% include 'boardlist.html' %}
{% endif %}
{% if config.page_nav_top %}
{% for page in pages %}
[{{ page.num }}]{% if loop.last %} {% endif %}
{% endfor %}
{{ btn.next }}
{% endif %}
{% if config.global_message %}
{{ config.global_message }}
{% endif %}
{{ btn.prev }} {% for page in pages %}
[{{ page.num }}]{% if loop.last %} {% endif %}
{% endfor %} {{ btn.next }}
{% if config.catalog_link %}
| Catalog
{% endif %}