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
summary = "Example of how to load templates off of the filesystem and then render them. Also, covers creating session cookies and protected routes using cookies."
This is an example of using the [Tera template engine](https://keats.github.io/tera/) inside of a Fermyon Spin app. You will learn how to load templates off of the filesystem and then render them.
22
+
23
+
Also, you will learn how to use session cookies to have protected route and how to use `form-post` to submit data to spin route.
24
+
25
+
To get started, please visit the [GitHub repository](https://github.com/kunjee17/spin_monolith).
0 commit comments