{% for pageLink in pageLinks %} {% if pageLink.active %}
  • {{ pageLink.name}}
  • {% else %}
  • {{ pageLink.name }}
  • {% endif %} {% endfor %}