{% if meta.description %}
{% endif %}{% if meta.robots %}
{% endif %}
Toggle Menu
{{ site_title }}
{% for page in pages if page.title and not (page.id starts with "_") %} {% set pageDepth = page.id|split('/')|length %} {% if (pageDepth == 2) and (page.id ends with "/index") or (pageDepth == 1) %}
{{ page.title }}
{% endif %} {% endfor %}
{{ content }}