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 @@ -1317,7 +1317,7 @@ and leaves the repeated contents and HTML structure to some parent templates.
1317
1317
1318
1318
.. code-block :: html+twig
1319
1319
1320
- {# app/Resources/views /blog/index.html.twig #}
1320
+ {# templates /blog/index.html.twig #}
1321
1321
{% extends 'base.html.twig' %}
1322
1322
1323
1323
{# the line below is not captured by a "block" tag #}
@@ -1504,7 +1504,7 @@ templates under an automatic namespace created after the bundle name.
1504
1504
1505
1505
For example, the templates of a bundle called ``AcmeBlogBundle `` are available
1506
1506
under the ``AcmeBlog `` namespace. If this bundle includes the template
1507
- ``<your-project>/vendor/acme/blog-bundle/Resources/views /user/profile.html.twig ``,
1507
+ ``<your-project>/vendor/acme/blog-bundle/templates /user/profile.html.twig ``,
1508
1508
you can refer to it as ``@AcmeBlog/user/profile.html.twig ``.
1509
1509
1510
1510
.. tip ::
You can’t perform that action at this time.
0 commit comments