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

6 lines
146 B
HTML
Raw Permalink Normal View History

2024-10-09 16:36:58 +02:00
{% if __SELF__.menuItems %}
<ul class="flex -mx-4">
{% partial __SELF__ ~ "::items" items=__SELF__.menuItems %}
</ul>
{% endif %}