def notfound(): """Handle 404 not found errors. Requires `app.notfound = notfound` following definition. """ return web.notfound(render.error(404))