{% 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 %}