<% var list = theme.friends['list']; for (var i in list) { %>
  • <%= list[i].name %>
  • <% } %>