File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1294,7 +1294,7 @@ and leaves the repeated contents and HTML structure to some parent templates.
1294
1294
1295
1295
.. code-block :: html+twig
1296
1296
1297
- {# app/Resources/views /blog/index.html.twig #}
1297
+ {# app/templates /blog/index.html.twig #}
1298
1298
{% extends 'base.html.twig' %}
1299
1299
1300
1300
{# the line below is not captured by a "block" tag #}
@@ -1481,7 +1481,7 @@ templates under an automatic namespace created after the bundle name.
1481
1481
1482
1482
For example, the templates of a bundle called ``AcmeBlogBundle `` are available
1483
1483
under the ``AcmeBlog `` namespace. If this bundle includes the template
1484
- ``<your-project>/vendor/acme/blog-bundle/Resources/views /user/profile.html.twig ``,
1484
+ ``<your-project>/vendor/acme/blog-bundle/templates /user/profile.html.twig ``,
1485
1485
you can refer to it as ``@AcmeBlog/user/profile.html.twig ``.
1486
1486
1487
1487
.. tip ::
You can’t perform that action at this time.
0 commit comments