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