{% if menu|length %} {% if menu|length > 1 %} menu {% else %} {% for view in menu %} {{ view.material_icon }} {% endfor %} {% endif %} {% endif %}