diff --git a/doc/templates.rst b/doc/templates.rst index ebdea9e7e..2d59b1a12 100644 --- a/doc/templates.rst +++ b/doc/templates.rst @@ -60,6 +60,9 @@ Many IDEs support syntax highlighting and auto-completion for Twig: * *Emacs* via `web-mode.el`_ * *Atom* via the `PHP-twig for atom`_ +Also, `TwigFiddle`_ is an online service that allows you to execute Twig templates +from a browser; it supports all versions of Twig. + Variables --------- @@ -882,3 +885,4 @@ Extension` chapter. .. _`web-mode.el`: http://web-mode.org/ .. _`regular expressions`: http://php.net/manual/en/pcre.pattern.php .. _`PHP-twig for atom`: https://github.com/reesef/php-twig +.. _`TwigFiddle`: http://twigfiddle.com/