{% for link in include.links %} {% if include.type == "navbar" %}
  • {{ link.title }}
  • {% else %} {% if include.type == "contacts-bar" %}
  • {{ link.title }}
  • {% else %}
  • {{ link.title }}
  • {% endif %} {% endif %} {% endfor %}