<% if (it.kind === 'route') { %><%= it.artifact.verb %> <%= it.artifact.path %><% } else { %><%= it.artifact.name %><% } %> <%= it.kind %>
<% if (it.kind === 'route' && it.artifact.verb !== 'GET') { %>

Saving does not replay this <%= it.artifact.verb %> route.

<% } %>
<%= it.kind === 'route' ? it.artifact.handler : it.artifact.content %>
<% if (it.kind === 'template') { %>
Rendering test
<%= it.artifact.test_object || '' %>
<% } %>