This shows you the differences between two versions of the page.
|
ii:labs:s2:03 [2024/04/01 21:38] florin.stancu |
ii:labs:s2:03 [2024/04/01 21:58] (current) florin.stancu |
||
|---|---|---|---|
| Line 41: | Line 41: | ||
| </code> | </code> | ||
| - | The Jinja templates usually reside inside the project's ''templates/'' directory (check the [[https://flask.palletsprojects.com/en/2.2.x/api/#application-object|Flask documentation]] if you want to change it) and can be rendered using the ''[[https://flask.palletsprojects.com/en/2.2.x/api/#template-rendering|render_template]]'' utility function. | + | The Jinja templates usually reside inside the project's ''templates/'' directory (check the [[https://flask.palletsprojects.com/en/3.0.x/api/#application-object|Flask documentation]] if you want to change it) and can be rendered using the ''[[https://flask.palletsprojects.com/en/3.0.x/api/#template-rendering|render_template]]'' utility function. |
| === Persisting sessions. User Authentication === | === Persisting sessions. User Authentication === | ||