{% for item in menu %} {% if item.visible %} {% if item.separator %}
  • {% endif %} {% endif %} {% endfor %}