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