{% for item in menu_data.menu %} {% comment %} Menu Item {% endcomment %} {% include './partials/menu_item_template.html' with item=item %} {% endfor %}