{% if html_header %} {{ html_header|safe }} {% endif %} {% if color_theme %} {{ color_theme|safe }} {% endif %} {% if extra_script %} {% for es in extra_script %} {{ es|safe }} {% endfor %} {% endif %}
{% if content %} {% set extra_class="login_content" %} {% include 'content.html' %} {% endif %}
{% if load_spinner %} {{ load_spinner|safe }} {% endif %} {% if end_js %} {{ end_js|safe }} {% endif %}