{% include 'attention_bar.html' %}
{{ config.ad.top }}
{% if not no_post_form %}
{% include 'post_form.html' %}
{% else %}
{% include 'boardlist.html' %}
{% endif %}
{% include 'themes/ukko/post_form_ukko.html' %}
{% if config.banner_ads %}
{% if config.iframe_banner %}
{% include 'frame-banner.html' %}
{% elseif config.preload_banner %}
{% endif %}
{% endif %}
{% if config.page_nav_top %}
{% for page in pages %}
[{{ page.num }}]{% if loop.last %} {% endif %}
{% endfor %}
{{ btn.next }}