{% if page.url == include.url %}
<span>{{ include.title }}</span>
{% else %}
<a href="{{ include.url }}">{{ include.title }}</a>
{% endif %}
{% if page.url == include.url %}
<span>{{ include.title }}</span>
{% else %}
<a href="{{ include.url }}">{{ include.title }}</a>
{% endif %}