Expand description
Module to store all the HTML templates rendered using Jinja.
ModulesΒ§
- error πError page template that is served as HTML response for any error message to be conveyed.
- index πIndex page template that is served as HTML response for the root endpoint.
- logout πLogout page template that is served as HTML response when the user decides to end the session.
- monitor πMonitor page template that is served as HTML response for the monitor endpoint.
- session πSession page template that is served as HTML response when invalid/expired session tokens are received.
- unauthorized πUnauthorized template that is served as HTML response when the user is unauthorized.
FunctionsΒ§
- Loads all the HTML templatesβ content into a Jinja Environment