{ "info": { "author": "Jakub Janoszek", "author_email": "kuba.janoszek@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python" ], "description": "django template goodies\n=======================\n\nA set of simple tools that will make your life easier in django templates.\nBased on great django-classytags_ library.\n\n.. _django-classytags: https://django-classy-tags.readthedocs.org/\n\n\nInstallation\n------------\n\n1) Install the package\n\n::\n\n $> pip install django-template-goodies\n\n1) put \"template_goodies\" into INSTALLED_APPS.\n\n\n\nUsage: render_with & def_block and use_block\n--------------------------------------------\n\nThis is sort of macro-like solution allowing you to define base\ntemplate that looks always the same, and fill just a \"block\" inside it\ndifferently.\n\nAssuming you have partial template person_wrapper.html::\n\n\n {% load goodies %}\n