{% include base.html %} {% block title %} /{{ board.name }}/ - nanochan {% endblock %} {% block content %} {% block pageTitle %} {% if !banner.empty() %} {% endif %}

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

{{ board.subtitle }}

{% endblock %}
{{ announcement }}
{% block postform %} [Start a New Thread]
[X]




{% if board.captcha || threadCaptcha %}
{% endif %}
{% endblock %} [Update]
{% for thread in threads %}
/{{ thread.board }}/ R:{{ thread.replies }}{{ thread.flags }}
L:
{{ thread.subject }}
{{ thread.comment }}
{% endfor %}
{% endblock %}