aboutsummaryrefslogtreecommitdiff
path: root/theme/templates/page.html
blob: b670771697ae5f1a61b850fd924dd1304d5fa8cb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{% extends "base.html" %}

{% block subtitle %}
	{{ post.title }} -
{% endblock %}
{% block main %}
<article>
	<h1 data-text="{{ post.title }}">{{ post.title }}</h1>
	<section>{{ post.html | safe }}</section>
</article>
{% endblock %}