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