{% extends "board/base.html" %} {% load i18n post_body static %} {% block title %} {% with title=board.url %} {{ block.super }} {% endwith %} {% endblock title %} {% block extrajs %} {% endblock extrajs %} {% block content %} {# board header #}
 

/{{ board.url }}/ - {{ board.name }}

 

{# post creation form #}
 

{% translate "Reply to this thread" %}

 
{# return links #} [ {% translate "Return" %} ]
{# posts #}
{% include "board/post_snippet.html" %} {% for post in post.replies.all %}
{% include "board/post_snippet.html" %}
{% endfor %}
{% endblock content %}