{% extends layout_template %} {% import "_utils.html" as utils with context %} {% block title %}{{ text.title }}{% endblock %} {% block page_content %} {{ utils.make_upper(upper) }}

{{ text.title }}

{% if text.text_full|length > 1 -%} {{ text.text_full |safe }}

{%- endif %}
{%- for page in children -%} {{ utils.page_card(page) }} {%- endfor %}
{% endblock %}