You are here

tb-megamenu-row.html.twig in The Better Mega Menu 2.x

Same filename and directory in other branches
  1. 8 templates/tb-megamenu-row.html.twig
<div {{ attributes }}>
  {% for column in columns %}
    {{ column }}
  {% endfor %}
</div>

File

templates/tb-megamenu-row.html.twig
View source
  1. <div {{ attributes }}>
  2. {% for column in columns %}
  3. {{ column }}
  4. {% endfor %}
  5. </div>