You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/static folder is available to users of the application via HTTP. This is the place where CSS and Javascript files go.
/templates: Inside the templates folder, Flask will look for Jinja2 templates. The templates you create later on in the tutorial will go in this directory.