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