index.rst 402B

12345678910111213141516171819
  1. Twig Extensions
  2. ===============
  3. .. toctree::
  4. :hidden:
  5. debug
  6. text
  7. i18n
  8. The Twig Extensions repository provides several useful extensions for Twig:
  9. * :doc:`Debug <debug>`: Provides tags and filters to ease template debugging;
  10. * :doc:`Text <text>`: Provides useful filters for text manipulation;
  11. * :doc:`I18n <i18n>`: Adds internationalization support via the ``gettext``
  12. library.