===========
django-ttag
===========

This documentation covers the |version| release of django-ttag, a template tag
constructor library for Django created for the purpose of making writing
template tags easier.

The tag syntax is modelled on Django's friendly syntaxes for models and forms.

To get up and running, consult the :doc:`installation guide <install>`
which describes all the necessary steps to install and configure this
application.

.. toctree::
   :maxdepth: 2

   install
   usage
   helpers
   reference