{% 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 side_bar %} {{ side_bar|safe }} {% endif %}
{% if nav_bar %} {{ nav_bar|safe }} {% endif %} {% if content %} {% include 'content.html' %} {% endif %}
{% if load_spinner %} {{ load_spinner|safe }} {% endif %} {% if end_js %} {{ end_js|safe }} {% endif %}