dj_angles.template_loader ========================= .. py:module:: dj_angles.template_loader Module Contents --------------- .. py:class:: Loader(engine, dirs=None) Bases: :py:obj:`django.template.loaders.app_directories.Loader` .. py:method:: get_contents(origin) -> str Gets the converted template contents. .. py:method:: 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.