{% import 'apostrophe-ui:components/dropdowns.html' as dropdowns with context -%}
{% for item in data.items %}
{% if item.menu %}
{% endif %}
{%- if item.options.href -%} {%- endif -%} {{ item.label }} {%- if item.href -%} {%- endif -%}
{% if item.menu %} {% endif %} {% if item.menu %}
{% endif %}
{% endfor %}