{% for item in navbar[page.lang] | values %}
  • {% if item.url %}{{ item.name }}{% else %}

    {{ item.name }}

    {% endif %}
  • {% endfor %}