<% var hasInnerArchive = theme.smart_menu.innerArchive var hasFriends = theme.smart_menu.friends var hasAboutme = theme.smart_menu.aboutme %>
<% var count = 0 for(let menu_name in theme.smart_menu) { if(theme.smart_menu[menu_name]) count++ } %>
<%if(hasInnerArchive){%>
<%=__('tags') %>: <%=__('categories') %>:
<%}%> <%if(hasFriends){%>
<%if(theme.friends && theme.friends.length != 0){%>
    <% for (var i in theme.friends){ %>
  • <%= i %>
  • <% } %>
<%}%>
<%}%> <%if(hasAboutme){%>
<%if(theme.aboutme){%>
<%-theme.aboutme%>
<%}%>
<%}%>