Exemplo n.º 1
0
def error_404():
    return render_template('hunter_error_40x.html.html', {}), 404
Exemplo n.º 2
0
def error_500():
    return render_template('hunter_error_50x.html.html', {}), 500