blob: 6b0712e5bb3edb2d97ecf10203a22b18a313cd72 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
{{ define "main" }}
<header>
<h1>{{ .Title }}</h1>
<h5>
<strong>{{ .Date.Format "January 2, 2006" }}</strong>
</h5>
</header>
<article class="markdown">
{{- .Content -}}
</article>
{{ end }}
|