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 3a9f140 commit e243485Copy full SHA for e243485
components/templating/introduction.rst
@@ -52,6 +52,12 @@ the ``views/hello.php`` file and returns the output text. The second argument
52
of ``render`` is an array of variables to use in the template. In this
53
example, the result will be ``Hello, Fabien!``.
54
55
+.. note::
56
+
57
+ Templates will be cached in the memory of the engine. This means that if
58
+ you render the same template multiple times in the same request, the
59
+ template will only be loaded once from the file system.
60
61
The ``$view`` variable
62
----------------------
63
0 commit comments