GoBlog/templates/editorpreview.gohtml

6 lines
240 B
Plaintext

{{ define "editorpreview" }}
{{ with .Data.RenderedTitle }}<h1>{{ . }}</h1>{{ end }}
{{ include "summaryandpostmeta" . }}
{{ if .Data.Content }}<div>{{ content .Data true }}</div>{{ end }}
{{ posttax .Data .Blog }}
{{ end }}