-
+
-
{% if links or buttons %}
{% if links %}
{% endif %}
{% endif %}
{% for link in links %}
- {{ link.title }}
+ {{ link.title }}
{% endfor %}
{% endif %}
@@ -126,23 +126,21 @@
href="{{ button.link }}"
onclick="event.preventDefault();
document.getElementById('{{ button.id }}').submit();"
- {% for key, attribute in button.attributes %}
- {{ key }}="{{ attribute }}"
- {% endfor %}>
+ class="navigation-top-primary__item {% if link.active %}navigation-top-primary__item--active{% endif %}">
{{ button.title }}
{% else %}
- {{ button.title|raw }}
+ {{ button.title|raw }}
{% endif %}
{% endfor %}
+
-
+
-
-
-
-
-
+
+
+
+
+
{% block content %}{% endblock %}