{{site.menu_header}}
{% for cat in site.menu %}
{% assign proto = cat.name|slice: 0,4 %} {% if proto == "http" %}
{{ cat.label }}
{% else %}
{{ cat.label }}
{% endif %}
{% for sub in cat.items %}
{{ sub.label }}
{% endfor %} {% endfor %}
{{page.title}}
{{page.subtitle}}
{{content}}