11 lines
199 B
HTML
11 lines
199 B
HTML
{{ define "main" }}
|
|
|
|
<h1>{{ .Title }}</h1>
|
|
|
|
{{ if ne .PublishDate.Year 1 }}{{ .PublishDate.Format "2006-01-02" }} - {{ end }}{{ .Description }}
|
|
|
|
{{ partial "toc.html" . }}
|
|
|
|
{{ .Content }}
|
|
|
|
{{ end }}
|