{% if item.submenu %} {% comment %} Menu Item has Submenu (Collapsible) {% endcomment %} {% include './menu_collapsible_template.html' with item=item %} {% else %} {% comment %} Menu Item has link{% endcomment %} {% include './menu_link_template.html' with item=item %} {% endif %}