In Slim 2, I can over write the default 404 page easily,
// @ref: http://help.slimframework.com/discussions/problems/4400-templatespath-doesnt-change $app->no
use Twig (or any other templating engine)
$notFoundPage = file_get_contents($path_to_404_html); $response->write($notFoundPage);