responsive-menu-block-wrapper.html.twig in Responsive and off-canvas menu 8.3
Same filename and directory in other branches
Template to wrap the output of the menu.
Available variables:
- content: The menu content to be rendered.
1 theme call to responsive-menu-block-wrapper.html.twig
- HorizontalMenu::build in src/
Plugin/ Block/ HorizontalMenu.php - Builds and returns the renderable array for this block plugin.
File
templates/responsive-menu-block-wrapper.html.twigView source
- {#
- /**
- * @file
- * Template to wrap the output of the menu.
- *
- * Available variables:
- * - content: The menu content to be rendered.
- */
- #}
- <nav class="responsive-menu-block-wrapper">
- {{ content }}
- </nav>