• [% for $item in $menu?items?* %] [% if $item?url or $item?url = ''%] [% let $url = if (starts-with($item?url, 'http')) then $item?url else $context-path || '/' || $item?url %]
  • [[ $item?id ]]
  • [% endlet %] [% endif %] [% endfor %] [% block menu.left %][% endblock %]
    [% if $menu?search %]
  • [% if $context('isStatic') %]
    [% else %] [% endif %]
  • [% endif %] [% if $menu?language %]
  • [% for $lang in map:keys($languages) %] [% endfor %]
  • [% endif %]
  • [% if $features?menubar %] [% include "templates/menu-mobile.html" %] [% endif %]