minor #3849 Mention where named arguments are supported (mpdude)

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
-------

ef9d7855 Mention where named arguments are supported
This commit is contained in:
Fabien Potencier
2023-06-12 08:16:05 +02:00
+2
View File
@@ -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) %}