{% for item in items %} {% if item.type == 'link' %}  {{ item.label }} {% elseif item.type == 'button' %}  {{ item.label }} {% elseif item.type == 'dropdown' %} {% endif %} {% endfor %}