<%=theme.author%>

<% if (theme.subtitle){ %>

<%=theme.subtitle%>

<% } %>
    <% for (let menuName in theme.menu){ %>
  • <%= __(theme.menu[menuName].name) %>
  • <% } %>
<% for (let menuName in theme.smart_menu){ if(theme.smart_menu[menuName]){ %> <%= __(theme.smart_menu[menuName]) %> <% } } %>
<% for (let navName in theme.subnav){ %> <% } %>