summaryrefslogtreecommitdiff
path: root/templates/post.html
blob: cf7b1f1d26c2d74a6a78ee397940257351c200b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
{% include "header.html"  %}

<h1>
<a href=http://blaise.zone>blaise</a>-<a href=../>blog</a>/{{ post.title }}
</h1>

<hr>

{{ post.content }}

{% include "footer.html" %}