{% for link in links %} {% if link == current %} {{ link }} {% else %}
{{ link }}
{% endif %} {% endfor %}