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

{{ sitewide.titles.page }}

{% if sitewide.titles.sub %}

{{ sitewide.titles.sub }}

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