{{ template "base.html" . }} {{ define "extrahead" }} {{ end }} {{ define "content" }}
{{ csrftoken .Session }} {{/* TODO: Reintroduce the toolbar in a way that makes sense for Markdown */}} {{/*
*/}}
{{/* {% if are_editing %} {% endif %} {% if user.is_staff and post and post.depth == 0 %}
{% endif %} {% if are_previewing %} {% include "edit_preview.html" %} {% endif %} {% if context_reply_to %}

The post you're replying to:

{% with post=post_reply_to %} {% include "forum_thread_single_post.html" %} {% endwith %}
{% endif %} {% if context_newer %}

Replies since then:

{% for post in posts_newer %} {% include "forum_thread_single_post.html" %} {% endfor %}
{% endif %} {% if context_older %}

Replies before then:

{% for post in posts_older %} {% include "forum_thread_single_post.html" %} {% endfor %}
{% endif %} */}}
{{ end }}