mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-11 01:46:37 +00:00
Update templates.rst: Removing duplication
Page: https://twig.symfony.com/doc/3.x/templates.html#dot_operator Reason: This is repeated a few lines further down.
This commit is contained in:
@@ -871,9 +871,6 @@ The following operators don't fit into any of the other categories:
|
||||
|
||||
{{ user.name }}
|
||||
|
||||
Twig supports a specific syntax via the ``[]`` operator for accessing items
|
||||
on sequences and mappings, like in ``user['name']``:
|
||||
|
||||
After the ``.``, you can use any expression by wrapping it with parenthesis
|
||||
``()``.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user