Routes

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