{{ template "base.html" . }} {{ define "extrahead" }} {{/* TODO: These are no longer useful? */}} {{ end }} {{ define "content" }}
{{ if not .CanEditTitle }}

{{ .Title }}

{{ end }}
{{ csrftoken .Session }} {{ if .CanEditTitle }} {{ end }} {{/* TODO: Reintroduce the toolbar in a way that makes sense for Markdown */}} {{/*
*/}}
{{ if .IsEditing }} {{ end }} {{/* TODO: Sticky threads {% if user.is_staff and post and post.depth == 0 %}
{% endif %} */}} {{ with .PostReplyingTo }}

The post you're replying to:

{{ template "forum_post_standalone.html" . }} {{ end }} {{/* {% 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 }}