{% if site.brand_logo %} {{site.title}} {% else %} {{site.title}} {% endif %}
    {% for section in site.data.nav %} {% if section.items %}
  • {{section.title}}
    {% for sub_section in section.items %} {{sub_section.title}} {% endfor %}
  • {% else %}
  • {{section.title}}
  • {% endif %} {% endfor %}