aboutsummaryrefslogtreecommitdiff
path: root/html/post.tmpl.html
blob: be58952b9e8fa644d883dba42a855d21c2cca270 (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 to blog...</a>
    </div>
{{ template "article" . }}
    <div class="return">
        <a href="/blog">&lt; Return to blog...</a>
    </div>
</section>
{{ end }}