n_oct/plugins/rainlab/pages/components/staticmenu/default.htm

6 lines
127 B
HTML
Raw Normal View History

2023-06-17 20:52:33 +00:00
{% if __SELF__.menuItems %}
<ul>
{% partial __SELF__ ~ "::items" items=__SELF__.menuItems %}
</ul>
{% endif %}