<%# Gamespeed LTD 2022. All Rights Reserved. %> <%# module: index.html %> <%# This file is licensed under the GPL-3 License. %> <%# index.html %> <%# License text available at https://www.gnu.org/licenses/gpl-3.0.en.html %> <% for (item of routes) { %>

(<%= item.type %>) <%= item.name %> [<%= item.url %><%= item.param && '/:' + item.param %>] <%= item.body ? 'body: ' + item.body : '' %> goto
<%= item.info ? ' - ' + item.info : '' %>

<% } %>