quirkey/sammy

Render a View in app.notFound Route

Opened this issue · 1 comments

The app.notFound route is obviously for 404 pages, but unlike other routes it's not passed a context which would contain a render method.

So how do you render 404 pages within a app.notFound route?

+1