summaryrefslogtreecommitdiff
path: root/templates/post.html
blob: 563fbb1a43ec1099e7a412bb4a4f371113b3667d (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" %}