Views¶
Content Coming Soon...
If you included the HTTP option during the Uvicore Installer you will notice the HTTP
mixin already exists in your Package Provider. This HTTP mixin gives your provider access to the self.register_http_views()
method which manages the Templating Engine behind the scenes and adds your View paths to the Templating paths automatically.
Templates without HTTP¶
The Uvicore templating engine is not just used to render HTTP web views. It is stand alone and can be used to dynamically generate text, emails, PDF, configs and anything you can imagine.
See Templating