{% load static %} {% if sitewide.header.show %}
{% for section in sitewide.header.sections %}
{% if section.division %}
{% for part in section.division.parts %} {% if part.tag == "sw-hamburger" %}{% endif %} {% if part.tag == "sw-logo" and part.show %} {% endif %} {% if part.tag == "sw-titles" and part.show %}

{{ sitewide.titles.page }}

{% if sitewide.titles.sub %}

{{ sitewide.titles.sub }}

{% endif %}
{% endif %} {% if part.tag == "sw-user" and part.show %}
{% endif %}{% endfor %}
{% endif %}
{% endfor %}
{% endif %}