Mention where named arguments are supported

This commit is contained in:
Matthias Pigulla
2023-06-09 07:44:15 +02:00
parent 51ccbdc983
commit ef9d785518
+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) %}