Skip to content

Commit

Permalink
minor #3849 Mention where named arguments are supported (mpdude)
Browse files Browse the repository at this point in the history
This PR was merged into the 2.x branch.

Discussion
----------

Mention where named arguments are supported

This follows up on #929. I tend to forget this detail, so it confuses me over and over again.

Commits
-------

ef9d785 Mention where named arguments are supported
  • Loading branch information
fabpot committed Jun 12, 2023
2 parents 51ccbdc + ef9d785 commit 7f4f555
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 @@ -205,6 +205,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 7f4f555

Please sign in to comment.