Twig Extensions
===============

.. toctree::
    :hidden:

    debug
    text
    i18n
    intl
    array

The Twig Extensions repository provides several useful extensions for Twig:

* :doc:`Debug <debug>`: Provides tags and filters to ease template debugging;

* :doc:`Text <text>`: Provides useful filters for text manipulation;

* :doc:`I18n <i18n>`: Adds internationalization support via the ``gettext``
  library;

* :doc:`Intl <intl>`: Adds a filter for localization of ``DateTime`` objects.

* :doc:`Array <array>`: Provides useful filters for array manipulation;
