UNPKG

jackson

Version:

Jackson, the web application framework

10 lines (7 loc) 215 B
<% extend 'layout.html' %> <% @title = 'Not found' %> <h1>404 Not Found</h1> URL not found: <pre style="display: inline"><%- @req.url %></pre> <hr> <h3>Request</h3> <% include '_request.html', {@req, @inspect} %>