{{ title|default('The title') }}
{% for itemId, item in menu.items %}
{{ item.text|raw }}
{% if item.items is defined %}
{% for subItemId, subItem in item.items %}
{{ subItem.text|raw }}
{% endfor %}
{% endif %}
{% endfor %}
Maintained by:
Creative Digital Agency
{# MOBILE NAV, TRIGGLES SIDE NAV ON TOGGLE #}
{{ title|default('The title') }}
{# PAGE CONTENT #}
{#
Maintained by SWIS
#}
Fork on GitHub
{{ content|raw }}