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 @@ -1317,7 +1317,7 @@ and leaves the repeated contents and HTML structure to some parent templates.
13171317
13181318 .. code-block :: html+twig
13191319
1320- {# app/Resources/views /blog/index.html.twig #}
1320+ {# templates /blog/index.html.twig #}
13211321 {% extends 'base.html.twig' %}
13221322
13231323 {# the line below is not captured by a "block" tag #}
@@ -1504,7 +1504,7 @@ templates under an automatic namespace created after the bundle name.
15041504
15051505For example, the templates of a bundle called ``AcmeBlogBundle `` are available
15061506under 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 ``,
15081508you can refer to it as ``@AcmeBlog/user/profile.html.twig ``.
15091509
15101510.. tip ::
You can’t perform that action at this time.
0 commit comments