<% var _tagTypes = $AX(context.tagTypes); for (var i=0; i<_tagTypes.length; i++) { %>
  • <%= _tagTypes[i].name%>
  • <% } %>