We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7e94f4 commit 23a1100Copy full SHA for 23a1100
controller.rst
@@ -182,7 +182,7 @@ method renders a template **and** puts that content into a ``Response``
182
object for you::
183
184
// renders templates/lucky/number.html.twig
185
- return $this->render('lucky/number.html.twig', array('name' => $name));
+ return $this->render('lucky/number.html.twig', array('max' => $max));
186
187
Templating and Twig are explained more in the
188
:doc:`Creating and Using Templates article </templating>`.
0 commit comments