smartmenus-block.html.twig in Smartmenus.js 8
Default theme implementation to display a block.
See also
File
templates/smartmenus-block.html.twigView source
- {#
- /**
- * @file
- * Default theme implementation to display a block.
- *
- * @see template_preprocess_block()
- *
- * @ingroup themeable
- */
- #}
- <div class="smartmenus-block">
- {{ menu_tree }}
- </div>
-