From bc9911e326b1b4b9e4ef0d3d72af54419796f6ea Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Sun, 23 Aug 2015 13:52:59 +0200 Subject: [PATCH] added a note about TwigFiddle --- doc/templates.rst | 4 ++++ 1 file changed, 4 insertions(+) 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/