You are here

responsive-menu-block-wrapper.html.twig in Responsive and off-canvas menu 8.3

Template to wrap the output of the menu.

Available variables:

  • content: The menu content to be rendered.

File

templates/responsive-menu-block-wrapper.html.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * Template to wrap the output of the menu.
  5. *
  6. * Available variables:
  7. * - content: The menu content to be rendered.
  8. */
  9. #}
  10. <nav class="responsive-menu-block-wrapper">
  11. {{ content }}
  12. </nav>