{% extends "base.html" %} {% block title %}/{{ board }}/ {{ thread_no }} — 4ch-archive{% endblock %} {% block boardtitle %}{% set view = 'thread' %}{% include "_boardhead.html" %}{% endblock %} {% block body %} {% if meta and meta.is_404 %}
[archived — 404 on 4chan]
{% endif %}
{% for p in posts %} {% include "_post.html" %} {% endfor %}
{% if not posts %}

Thread not found.

{% endif %} {% endblock %}