We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a87aaec commit 3150911Copy full SHA for 3150911
templating/overriding.rst
@@ -29,7 +29,7 @@ extend from the original template, not from the overridden one:
29
30
{# app/Resources/AcmeBlogBundle/views/Blog/index.html.twig #}
31
{# the special '!' prefix avoids errors when extending from an overridden template #}
32
- {% extends "@!AcmeBlogBundle/index.html.twig" %}
+ {% extends "@!AcmeBlog/index.html.twig" %}
33
34
{% block some_block %}
35
...
0 commit comments