示例#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