def error404(error): msg = """Non-existent page""" return template('honeyd/utilities/http/index.html', data=msg) # css declaration