{{ template "base.html" . }} {{ define "extrahead" }} {{ template "markdown_previews.html" .TextEditor }} {{ end }} {{ define "content" }}
{{ if not .CanEditPostTitle }}

{{ .PostTitle }}

{{ end }}
{{ csrftoken .Session }} {{ if .CanEditPostTitle }} {{ 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 }} {{ if .ShowEduOptions }} {{/* Hope you have a .Article field! */}}

Education Options

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