mw-ui/resources/templates/about.html
2014-07-02 21:54:35 +01:00

9 lines
141 B
HTML

{% extends "templates/base.html" %}
{% block content %}
<div>
<h1>{{title}}</h1>
{{content|safe}}
</div>
{% endblock %}