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 @@ -1273,7 +1273,7 @@ and leaves the repeated contents and HTML structure to some parent templates.
12731273
12741274 .. code-block :: html+twig
12751275
1276- {# app/Resources/views /blog/index.html.twig #}
1276+ {# templates /blog/index.html.twig #}
12771277 {% extends 'base.html.twig' %}
12781278
12791279 {# the line below is not captured by a "block" tag #}
@@ -1460,7 +1460,7 @@ templates under an automatic namespace created after the bundle name.
14601460
14611461For example, the templates of a bundle called ``AcmeBlogBundle `` are available
14621462under 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 ``,
14641464you can refer to it as ``@AcmeBlog/user/profile.html.twig ``.
14651465
14661466.. tip ::
You can’t perform that action at this time.
0 commit comments