{{ template "base.html" . }} {{ define "extrahead" }} {{ template "markdown_previews.html" . }} {{ 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 */}} {{/*
*/}}
Upload files by dragging & dropping, pasting, or them.
{{ if .IsEditing }} {{ end }} {{ with .PostReplyingTo }}

The post you're replying to:

{{ template "forum_post_standalone.html" . }}
{{ end }}
{{/* NOTE(asaf): Placing this outside the form to avoid submitting it to the server by accident */}}
{{ end }}