blob: 605d210c22da41e786d33f1ff48ea7b4b97af2a9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
{{ define "main" }}
<header class="blog__header">
<a href="/blog">/~/blog/</a>: {{ .Title }}
</header>
<div class="blog__date">{{ .Date.Format "2006.01.02" }}</div>
<article class="post__content">
{{ .Content }}
</article>
{{end}}
|