{% include base.html %} {% block title %} {% if !posts.empty() %}{% if !posts[0].subject.empty() %}{{ posts[0].subject }}{% else %}/{{ posts[0].board }}/ - {{ util::limit(util::stripHTML(posts[0].comment), 64) }}{% endif %}{% endif %} - nanochan {% endblock %} {% block content %} {% if !banner.empty() %} {% endif %}

/{{ board.name }}/ - {{ board.title }}

{{ board.subtitle }}

{{ announcement }}
[Make a Post]
[X]




{% if board.captcha %}
{% endif %}

{% for post in posts %}
{% include post.html %}
{% if i < posts.size() - 1 %} {% endif %} {% endfor %}
{% endblock %}