You are here

smartmenus-block.html.twig in Smartmenus.js 8

Default theme implementation to display a block.

File

templates/smartmenus-block.html.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * Default theme implementation to display a block.
  5. *
  6. * @see template_preprocess_block()
  7. *
  8. * @ingroup themeable
  9. */
  10. #}
  11. <div class="smartmenus-block">
  12. {{ menu_tree }}
  13. </div>