errorResponse.py 121 Bytes
from flask import render_template
def errorResponse(errorMsg):
    return render_template('error.html',errorMsg=errorMsg)