Server Side Rendering
TODO: Examples on how askama works
Possible subchapters with examples:
-
Showing Askama and html templates.
-
Show how Rust structs binds those templates
-
Show how one can return those "askama structs" from an axum handler with
-> impl IntoResponse {...}
-
Use a small example, where people can change hardcoded things
-
Show, how you can e.g. use for loops or conditionals directly in askama templates.