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 @@ -1273,7 +1273,7 @@ and leaves the repeated contents and HTML structure to some parent templates.
1273
1273
1274
1274
.. code-block :: html+twig
1275
1275
1276
- {# app/Resources/views /blog/index.html.twig #}
1276
+ {# templates /blog/index.html.twig #}
1277
1277
{% extends 'base.html.twig' %}
1278
1278
1279
1279
{# the line below is not captured by a "block" tag #}
@@ -1460,7 +1460,7 @@ templates under an automatic namespace created after the bundle name.
1460
1460
1461
1461
For example, the templates of a bundle called ``AcmeBlogBundle `` are available
1462
1462
under the ``AcmeBlog `` namespace. If this bundle includes the template
1463
- ``<your-project>/vendor/acme/blog-bundle/Resources/views /user/profile.html.twig ``,
1463
+ ``<your-project>/vendor/acme/blog-bundle/templates /user/profile.html.twig ``,
1464
1464
you can refer to it as ``@AcmeBlog/user/profile.html.twig ``.
1465
1465
1466
1466
.. tip ::
You can’t perform that action at this time.
0 commit comments