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