blob: b54ec2f71ffcd83b18a26afde2abf93c65e2c701 (
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}}
|