yify-pop/yify-pop

View on GitHub
app/views/errors/not_found.html.ejs

Summary

Maintainability
Test Coverage
<h2>Error: <%= statusCode %> <%= statusText %></h2>
<% if (message) { %>
<div><%= message; %></div>
<% } %>