aboutsummaryrefslogtreecommitdiff
path: root/html/post.tmpl.html
blob: 4c965063fd2d219bebb714f23dc091d563b85683 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{{ define "title" }}Blog{{end}}
{{ define "description" }}Blog{{end}}
{{ define "keywords" }}blog{{end}}

{{ define "main" }}
<section id="post">
    <div class="return">
        <a href="/blog">&lt; Return</a>
    </div>
{{ template "article" . }}
    <div class="return">
        <a href="/blog">&lt; Return</a>
    </div>
</section>
{{ end }}