GoBlog/templates/editorpreview.gohtml

10 lines
264 B
Plaintext

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