summaryrefslogtreecommitdiff
path: root/templates/memory.html
blob: 4da3b1067748ef258009251c511e87f498a0bdd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{% include "header.html"  %}

<h1>
<a href=http://blaise.zone>blaise</a>-<a href="../">memories</a>/{{ memory.path[0] }}
</h1>

<hr>

<h1>
{{ memory.title }}
</h1>

{{ memory.content }}

{% include "footer.html" %}