<% if (theme.sidebar && (theme.sidebar.avatar || theme.sidebar.name || theme.sidebar.slogen)) { %>
<% } %>
<% if (theme.nav && theme.nav.length > 0) { %>
<% theme.nav.forEach(function(item) { %>
active
<% } else { %>
variant="filled"
<% } %>
>
<%= item.name %>
<% }) %>
<% } %>