tb-megamenu-block.html.twig in The Better Mega Menu 8
Same filename and directory in other branches
{% if content %} <div {{ attributes }}> <div class="block-inner"> {{ content }} </div> </div> {% endif %}
2 theme calls to tb-megamenu-block.html.twig
- TBMegaMenuAdminController::loadMenuBlock in src/
Controller/ TBMegaMenuAdminController.php - Loads a menu block.
- template_preprocess_tb_megamenu_column in ./
tb_megamenu.module - Prepare variables for tb_megamenu_column.
File
templates/tb-megamenu-block.html.twigView source
- {% if content %}
- <div {{ attributes }}>
- <div class="block-inner">
- {{ content }}
- </div>
- </div>
- {% endif %}