{% block html_head %} {{ customTitle(t('installer.setup')) }} {% include './widget/headers/favicon.html' %} {% include './widget/headers/ie11-polyfills.html' %} {{ cdnScriptTagsByGroup('basis') }} {% include './widget/headers/scripts-for-dev.html' %} {% include './widget/headers/styles-for-app.html' %} {% block theme_css_block %} {% include './widget/headers/styles-theme.html' with {theme: 'default'} %} {% endblock %} {{ cdnStyleTagsByGroup('basis') }} {% endblock %} {% block html_body %}
{# /.row #}
{% block body_end %} {% endblock %} {% endblock %}