strongloop/express

View on GitHub
examples/error-pages/views/404.ejs

Summary

Maintainability
Test Coverage
<%- include('error_header') -%>
<h2>Cannot find <%= url %></h2>
<%- include('footer') -%>