blob: 675618c790f512cfb39ad03ac05c904bf5be01a9 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
{{ define "main" }}
<header class="blog__header">
<a href="/blog">/~/blog/</a>: {{ .Title }}
</header>
<article class="post__content">
{{ .Content }}
</article>
{{end}}
|