예제 #1
0
def error_404():
    return render_template('hunter_error_40x.html.html', {}), 404
예제 #2
0
def error_500():
    return render_template('hunter_error_50x.html.html', {}), 500