{% for item in site.menu %} {% if item.title and item.url %}
  • {{ item.title }}
  • {% endif %} {% endfor %}