summaryrefslogtreecommitdiff
path: root/templates/wiki-page.html
blob: 7a24d02956a9986a404282ebed00c416a939ebcd (plain)
1
2
3
4
5
6
{% extends 'base.html' %}

{% block body %}
<h1>{{ title }}</h1>
{{ html|safe }}
{% endblock %}