{% for item in primary_links %} {% if item %}
  • {% if item.active or item.current %} {{ item.label }} {% else %} {{ item.label }} {% endif %}
  • {% endif %} {% endfor %}