errorResponse.py 122 Bytes
from flask import render_template

def errorResponse(errorMsg):
    return render_template('error.html',errorMsg=errorMsg)