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