Jinja Code coming up as text from Flask to HTML webpage
I have been attempting to flash a simple message to a webpage via Flask and Jinja, and yet it always reuslts in the jinja code being displayed as simple text. Here is my app.py code: from flask import Flask, flash,…