When I try to visit my website at whatsfordinner.pythonanywhere.com, I get the following error in the error log:
File "/home/whatsfordinner/mysite/flask_app.py", line 10, in hello_world return render_template("hello.html") NameError: name 'render_template' is not defined
My source code is located in a directory called "whatsfordinner", and I have deleted the mysite directory. The python file my code is running in is called "application.py." I have attached pictures of my file tree and configuration.