{%- block site_nav %} {%- if nav|length>1 %} {%- for nav_item in nav %}
  • [{{ nav_item.title }}]
  • {%- endfor %} {%- endif %} {%- endblock %}