Metadata-Version: 1.1
Name: django-apptemplates2
Version: 0.2a0
Summary: Django template loader that allows you to load template from a specific application
Home-page: UNKNOWN
Author: Konrad Wojas
Author-email: konrad.wojas@jibecompany.com
License: UNKNOWN
Description: Django template loader that allows you to load a template from a
        specific application. This allows you to both extend and override
        a template at the same time. The default Django loaders require you
        to copy the entire template you want to override, even if you only
        want to override one small block.
        
Keywords: django templates
Platform: UNKNOWN
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
