{% block body_html %} {% autoescape false %} {% import 'macros.html.twig' as UI %} {{ UI.getTextEditorTheme() }} {% block body_html_head %}{% endblock %}
{% block body_html_content %}{% endblock %}
{% endautoescape %} {% endblock %}