12345678910111213141516171819 |
- Twig Extensions
- ===============
-
- .. toctree::
- :hidden:
-
- debug
- text
- i18n
-
- 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.
|