duckling/templates/index.html

6 lines
110 B
HTML

{% extends "restricted_base.html" %}
{% block content %}
{{ section.content | safe }}
{% endblock content %}