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

{{ text.title }}

{{ text.text_full |safe }} {% set label = current.other_settings_.get('label', '') -%} {% if label|length > 0 -%}

{{ label }}
{%- endif %}
{% endblock %}