Expand description
Module to load all the templates for the UI.
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.
- landing πLanding page template that is served as HTML response while streaming media.
- listing πListing page template that is served as HTML response after successful authentication.
- logout πLogout page template that is served as HTML response when the user decides to end the session.
- profile π
- session πSession page template that is served as HTML response when invalid/expired session tokens are received.
- upload π
FunctionsΒ§
- Loads all the HTML templatesβ content into a Jinja Environment