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

9 lines
133 B
HTML

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