We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf952da commit 08f682eCopy full SHA for 08f682e
book/templating.rst
@@ -563,8 +563,8 @@ The template is included using the ``{{ include() }}`` function. Notice that the
563
template name follows the same typical convention. The ``articleDetails.html.twig``
564
template uses an ``article`` variable. This could be passed in by the ``list.html.twig``
565
template using the ``with`` command supported on a twig ``include`` tag. In this
566
-case however, we opt to use the twig ``include`` function which passes context automatically
567
-and passes also optional hashes.
+case however, we chose to use the twig ``include`` function which also passes context
+by default and passes also optional hashes however without the need for a ``with`` keyword.
568
569
.. tip::
570
0 commit comments