7 lines
176 B
HTML
7 lines
176 B
HTML
|
{{- define "main" }}
|
||
|
<h1 class="post-title">{{ if .Draft }}DRAFT: {{ end }}{{ .Title }}</h1>
|
||
|
{{ partial "post_meta.html" . }}
|
||
|
|
||
|
<div>{{ .Content }}</div>
|
||
|
{{- end }}
|