{% extends "blocksmith/page.html" %} {% import 'macros/form.html' as form %} {% block title %} {{_("Blocksmith - Manage Menu") }} {% endblock %} {% block breadcrumb_content %} {{ super() }}
  • {{ _("Menu list") }}
  • {% endblock %} {% block wrapper_class %} blocksmith-menu-list {% endblock %} {% block secondary_content %}

    {{_("Blocksmith - Menus") }}

    {{_("Create and manage menus for your site.") }}

    {{_("Each menu has a unique name and can contain multiple menu items with titles, URLs, and optional parent-child relationships.") }}

    {{_("Use the search box to filter menus by name or date.") }}

    {{ _("Create menu") }}
    {% endblock %} {% block primary_content %}
    {% snippet "blocksmith/loading_indicator.html" %} {{ _("Loading menus...") }}
    {% endblock %} {%- block scripts %} {% asset 'blocksmith/blocksmith-js' %} {{ super() }} {% endblock %}