Metadata-Version: 1.1
Name: django-verbatim
Version: 0.1
Summary: Django template block tag which renders template syntax characters within the block as normal text.
Home-page: https://github.com/aljosa/django-verbatim
Author: Aljosa Mohorovic
Author-email: aljosa.mohorovic@gmail.com
License: MIT License
Description: 
        Template block tag which renders template syntax characters within the block as normal text. This serves as an escape hatch to avoid syntax collisions when using a template language meant to be rendered on the client, not the server.
        
        This repo is just a package for PyPI, original code:
        https://gist.github.com/629508
        
        Django v1.5 should have compatible code included:
        https://code.djangoproject.com/ticket/14502
        
Keywords: django template tag verbatim
Platform: any
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
