from bottle import error from dokk import template @error(404) def error404(error): return template('error/404.html')