{{ site.title }}
    {% for cat in site.data.menu %} {% if cat.subcategories == null %}
  • {{ cat.title}}
  • {% else %}
  • {{ cat.title }}
      {% for subcat in cat.subcategories %}
    • {{ subcat.subtitle }}
    • {% endfor %}
  • {% endif %} {% endfor %}