summaryrefslogtreecommitdiff
path: root/templates/post.html
blob: 596ded24c6f7ea23583a2b37d6fe922078f0bf4b (plain)
1
2
3
4
5
6
7
8
{% extends "base.html" %}
{% block title %}Post{% endblock %}

{% block body %}
<main>
	{{ content}}
</main>
{% endblock %}