summaryrefslogtreecommitdiffstats
path: root/templates/blog/post.html.template
blob: 80670d6bb4542d2db111376b39de8f1180593144 (plain) (blame)
1
2
3
4
5
<section>
    <a href="/">⬅️Home</a>
    <h1>{{template "title" .}}</h1>
{{template "post"}}
</section>