refactored documentation

This commit is contained in:
Fabien Potencier
2011-09-26 23:40:44 +02:00
parent d65366e772
commit b096e21daa
53 changed files with 1705 additions and 1273 deletions
+10
View File
@@ -0,0 +1,10 @@
``divisibleby``
===============
``divisibleby`` checks if a variable is divisible by a number:
.. code-block:: jinja
{% if loop.index is divisibleby(3) %}
...
{% endif %}