Run site on local enviornment:
export FLASK_APP=flaskblog.py export FLASK_DEBUG=1
flask run
Tutorial used to build code: https://www.youtube.com/watch?v=cYWiDiIUxQc&t=260s
TODO: Fix error with bracketcs in layout.html
Code snippet repo: https://github.com/CoreyMSchafer/code_snippets/tree/master/Python/Flask_Blog/snippets