djblets.extensions.loaders¶
Template loaders for extensions.
-
class
Loader
(engine)[source]¶ Bases:
django.template.loaders.base.Loader
Loads templates found within an extension.
This will look through all enabled extensions and attempt to fetch the named template under the
templates
directory within the extension’s package.This should be added last to the list of template loaders.
New in version 0.9.