{% for item in site.data.navigation %}
{% assign current-tab = page.url | begins_with item.lien %}
{{item.nom}}
{% endfor %}