You are here

responsive-menu-page-wrapper.html.twig in Responsive and off-canvas menu 8.2

Template to wrap the output of the page.

Available variables:

  • content: The page content to be rendered.

File

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