{% load static i18n ui_classes ui_props %} {% ui_class "ui.chrome" "body" as body_class %} {% get_current_language as LANGUAGE_CODE %} {% if title or title_suffix %} {% if title %} {{ title }} {% if title_suffix %}- {{ title_suffix }}{% endif %} {% else %} {{ title_suffix }} {% endif %} {% endif %} {{ head }} {% if include_assets|ui_bool %} {% if css_href %} {% else %} {% endif %} {% endif %} {{ slot }} {% if include_assets|ui_bool %} {% if js_src %} {% else %} {% endif %} {% endif %} {{ scripts }}