@@ -44,15 +44,44 @@ That code would be added to the `require` section of `composer.json`. After maki
...
@@ -44,15 +44,44 @@ That code would be added to the `require` section of `composer.json`. After maki
Twig
Twig
----
----
To use Twig, you need to create templates in files that have the `.twig` extension (or use another file extension but configure the component accordingly).
To use Twig, you need to create templates in files that have the `.twig` extension (or use another file extension but
Unlike standard view files, when using Twig you must include the extension in your `$this->render()`
configure the component accordingly). Unlike standard view files, when using Twig you must include the extension
or `$this->renderPartial()` controller calls:
in your `$this->render()`or `$this->renderPartial()` controller calls: