duckling/templates/page.html

7 lines
139 B
HTML

{% extends "base.html" %}
{% block content %}
{%- include "partials/statements.html" -%}
{{ page.content | safe }}
{% endblock content %}