Skip to content

Commit

Permalink
Merge branch '2.x' into 3.x
Browse files Browse the repository at this point in the history
* 2.x:
  Mention where named arguments are supported
  Bump version
  • Loading branch information
fabpot committed Jun 12, 2023
2 parents df75bfe + 7f4f555 commit 2fa539b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/templates.rst
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,8 @@ built-in functions.
Named Arguments
---------------

Named arguments are supported in functions, filters and tests.

.. code-block:: twig
{% for i in range(low=1, high=10, step=2) %}
Expand Down

0 comments on commit 2fa539b

Please sign in to comment.