We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7e1419 commit 420b223Copy full SHA for 420b223
templating/overriding.rst
@@ -28,7 +28,6 @@ extend from the original template, not from the overridden one:
28
.. code-block:: twig
29
30
{# app/Resources/AcmeBlogBundle/views/Blog/index.html.twig #}
31
-
32
{# the special '!' prefix avoids errors when extending from an overridden template #}
33
{% extends "@!AcmeBlogBundle/index.html.twig" %}
34
0 commit comments