wn-discoteam-theme/partials/staticmenu/default.htm

6 lines
146 B
HTML
Raw Normal View History

2024-02-12 21:44:41 +01:00
{% if __SELF__.menuItems %}
<ul class="flex -mx-4">
{% partial __SELF__ ~ "::items" items=__SELF__.menuItems %}
</ul>
{% endif %}