dj_angles.template_loader¶ Module Contents¶ class dj_angles.template_loader.Loader(engine, dirs=None)¶ Bases: django.template.loaders.app_directories.Loader get_contents(origin) → str¶ Gets the converted template contents. get_dirs()¶ Gets the template directories. This works like the file loader with APP_DIRS = True. From https://github.com/wrabit/django-cotton/blob/ab1a98052de48266c62ff226ab0ec85b89d038b6/django_cotton/cotton_loader.py#L59.