Welcome to django-common-templatetags’s documentation!

Contents:

Installation

Install via pip:

pip install django-common-templatetags

Then register the app in your settings.py:

INSTALLED_APPS += (‘common_templatetags’,)

Enjoy in your templates ;)

Indices and tables

Table Of Contents

Next topic

Template Tags

This Page