{% 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 theme %}{{ board.config.0.board_theme }}{% endblock %} {% block title %}/{{ board.id }}/ - {{ thread.content_nomarkup|inline_post }}{% endblock %} {% block scripts %} {% endblock %} {% block content %}

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

{{ board.description }}

Katalog

[Nová odpověď]

{% call post_form::post_form(board, 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() %}
{% endblock %}