Skip to main content
Toggle navigation menu
Back to website
Contact
Sign in
Otter Help Center - Australia
Menus
Learn about how to create, update, and manage your menu, items, and photos.
Self Serve Menu Management
Self-Serve 86
How to create nested modifiers
<% if (children.length) { %>
<% children.forEach(function(child, index) { %>
<%= child.innerHTML %>
<% }); %>
of <%= children.length %>
<% } %>