You are here

tb-megamenu-block.html.twig in The Better Mega Menu 8

Same filename and directory in other branches
  1. 2.x templates/tb-megamenu-block.html.twig
{% if content %}
  <div {{ attributes }}>
    <div class="block-inner">
      {{ content }}
    </div>
  </div>
{% endif %}

File

templates/tb-megamenu-block.html.twig
View source
  1. {% if content %}
  2. <div {{ attributes }}>
  3. <div class="block-inner">
  4. {{ content }}
  5. </div>
  6. </div>
  7. {% endif %}