{% set nav_sections = get_navigation(request.path).nav_sections %} {% block header %} {% with section=nav_sections.openstack %}{% include 'templates/_header_item_noscript.html' %}{% endwith %} {% with section=nav_sections.kubernetes %}{% include 'templates/_header_item_noscript.html' %}{% endwith %} {% with section=nav_sections.desktop %}{% include 'templates/_header_item_noscript.html' %}{% endwith %} {% with section=nav_sections.iot %}{% include 'templates/_header_item_noscript.html' %}{% endwith %} {% with section=nav_sections.support %}{% include 'templates/_header_item_noscript.html' %}{% endwith %} {% with section=nav_sections.download %}{% include 'templates/_header_item_noscript.html' %}{% endwith %} {% endblock header %}