You are here

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

Same filename and directory in other branches
  1. 2.x templates/tb-megamenu-subnav.html.twig
<ul {{ attributes }}>
  {% for li in lis %}
    {{ li }}
  {% endfor %}
</ul>

File

templates/tb-megamenu-subnav.html.twig
View source
  1. <ul {{ attributes }}>
  2. {% for li in lis %}
  3. {{ li }}
  4. {% endfor %}
  5. </ul>