added a note about the without loop statement introduced in 0.9.5 (closes #34)
authorFabien Potencier <fabien.potencier@gmail.com>
Sun, 28 Mar 2010 12:28:10 +0000 (14:28 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Sun, 28 Mar 2010 12:28:10 +0000 (14:28 +0200)
doc/02-Twig-for-Template-Designers.markdown

index afc4812..1c968e3 100644 (file)
@@ -439,7 +439,9 @@ If you need a step different from 1, you can use the `range` filter instead:
       * {{ i }}
     {% endfor %}
 
-Inside of a `for` loop block you can access some special variables:
+Inside of a `for` loop block you can access some special variables (if you
+don't need them, you can add `without loop` at the end of the `for` statement
+for a small speed boost):
 
 | Variable              | Description
 | --------------------- | -------------------------------------------------------------