{% extends 'boards/base.html' %} {% load post_render %} {% load thumbnail %} {% block title %}/{{ board.ln }}/{% endblock title %} {% block content %}

/{{ board.ln }}/ - {{ board.name }}

{% if board.description %}

{{ board.decription }}

{% endif %}
[Return] [Archive] [Search]
[New Thread]
{% csrf_token %} {{ form }}

Catalog

{% include 'boards/incl/htmx_hx_update.html' %} {% for threads_ckunk in threads %}
{% for thread in threads_ckunk %} {% endfor %}
{% empty %}

No threads yet.

{% endfor %}
{% endblock content %}