{% 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 %} {{ utils.page_contents(children) }}
{% endblock %}