I\'m creating a web app using Flask to deal with GoogleOpenID, these codes are almost finished, except the flashing message contains a link:
@oid.after_login def
Escaping HTML is the default behavior, so pass it through the safe filter to display the HTML unescaped:
safe
{{ message|safe }}