forked from blek/world
1
0
Fork 0
otherworld/templates/index.html

9 lines
136 B
HTML

{% extends "base.html" %}
{% block content %}
<div class='md-content'>
{{ section.content | safe }}
</div>
{% endblock content %}