{% extends 'forms/fields/select/selectize.html.twig' %} {% block options %} {{ parent() }} {% set current = gantry.menu.getDefaultMenuName() %} {% for menu_name,menu_title in gantry.menu.getMenuOptions() %} {% endfor %} {% endblock %}