We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4519981 commit 63c4074Copy full SHA for 63c4074
guides/templating/Twig.rst
@@ -96,7 +96,7 @@ And here is a typical layout:
96
97
.. code-block:: jinja
98
99
- {# src/Application/HelloBundle/Resources/views/layout.twig #}
+ {# src/Application/HelloBundle/Resources/views/layout.twig #}
100
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
101
<html>
102
<head>
@@ -124,7 +124,7 @@ And change the ``index.twig`` template to include it:
124
125
126
127
- {# src/Application/HelloBundle/Resources/views/Hello/index.php #}
+ {# src/Application/HelloBundle/Resources/views/Hello/index.twig #}
128
{% extends "HelloBundle::layout.twig" %}
129
130
{% include "HelloBundle:Hello:hello.twig" %}
0 commit comments