{% if font_theme %} {{ font_theme|safe }} {% endif %} {% if html_header %} {{ html_header|safe }} {% endif %} {% if color_theme %} {{ color_theme|safe }} {% endif %} {% if extra_script %} {{ extra_script|safe }} {% endif %}
{% if nav_bar %} {{ nav_bar|safe }} {% endif %} {% if content %} {% set extra_class="portfolio_content" %} {% include 'content.html' %} {% endif %}
{% if load_spinner %} {{ load_spinner|safe }} {% endif %} {% if end_js %} {{ end_js|safe }} {% endif %}