{{ menu }}
{% extends "blocksmith/page.html" %} {% import 'macros/form.html' as form %} {% block title %} {{_("Blocksmith - Manage Menu") }} {% endblock %} {% block breadcrumb_content %} {{ super() }}
{{_("This is a menu edit page where you can create, delete and update menu items.") }}
{{_("You can also reorder them by dragging and dropping.") }}