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