Wrapper for loading templates from "templates" directories in INSTALLED_APPS packages.
Wrapper class that takes a list of template loaders as an argument and attempts to load templates from them in order, caching the result.
Wrapper for loading templates from the filesystem.
Wrapper for loading templates from a plain Python dict.