• Routes
      <% it.routes.map(route => { %>
    • <%= route.verb %> - <% if (it.structure.route_prefix) { %><%= it.structure.route_prefix %><% } %><%= route.path %><% if (route.error) { %>⚠️<% } %>
    • <% }) %>
    • + add
  • Templates
      <% it.templates.map(template => { %>
    • <%= template.name %>
    • <% }) %>
    • + add
  • DBs
      <% it.dbs.map(db => { %>
    • <%= db.alias %> <% if (db.is_aliased) { %>(alias)<% } %>
    • <% }) %>
    • + add
  • Files
  • Settings