quirkey / sammy

Sammy is a tiny javascript framework built on top of jQuery, It's RESTful Evented Javascript.
http://sammyjs.org
MIT License
2.99k stars 384 forks source link

Render a View in app.notFound Route #235

Open alanjames1987 opened 9 years ago

alanjames1987 commented 9 years ago

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?

modder2 commented 4 years ago

+1