world/templates/index.html

9 lines
136 B
HTML

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