%--Include SidebarMenu recursively --%>
<% if LinkOrSection = section %>
<% if $Children %>
<% loop $Children %>
$MenuTitle.XML
<% if $Children && LinkOrSection = section %>
<% include SidebarMenu %>
<% end_if %>
<% end_loop %>
<% end_if %>
<% end_if %>