File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 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.
12941294
12951295 .. code-block :: html+twig
12961296
1297- {# app/Resources/views /blog/index.html.twig #}
1297+ {# app/templates /blog/index.html.twig #}
12981298 {% extends 'base.html.twig' %}
12991299
13001300 {# the line below is not captured by a "block" tag #}
@@ -1481,7 +1481,7 @@ templates under an automatic namespace created after the bundle name.
14811481
14821482For example, the templates of a bundle called ``AcmeBlogBundle `` are available
14831483under 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 ``,
14851485you can refer to it as ``@AcmeBlog/user/profile.html.twig ``.
14861486
14871487.. tip ::
You can’t perform that action at this time.
0 commit comments