{% 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 %}
No archived media in this thread yet.
{% endif %} {% else %} {% for p in posts %} {% include "_post.html" %} {% endfor %} {% endif %}Thread not found.
{% endif %} {% endblock %}