Routes

<%if (typeof routes != 'undefined') { %> <% i = 1%> <% (routes).forEach(function(appRoute){ %> <%if (typeof appRoute.route != 'undefined') { %> <% } %> <% });%>
# Path Method Link
<%= i++ %> <%= appRoute.route.path %> <%= appRoute.route.stack[0].method %> <%= appRoute.route.path %>
<% } %>