{% import "./macros/post-actions.html" as post_actions %} {% import "./macros/post-form.html" as post_form %} {% import "./macros/post.html" as post %} {% extends "base.html" %} {% block title %}/{{ board.id }}/ - {{ thread.content_nomarkup|inline_post }}{% endblock %} {% block content %}
{% if let Some(banner) = board.random_banner() %} {% endif %}

/{{ board.id }}/ - {{ board.name }}

{{ board.description }}

Katalog
{% call post_form::post_form(board, tcx.perms, true, thread.id) %}

{% call post::post(board, thread, false) %} {% for reply_post in replies %} {% call post::post(board, reply_post, true) %}
{% endfor %}

{% call post_actions::post_actions(tcx.perms) %}
{% endblock %}