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 1ca562f commit c99a6edCopy full SHA for c99a6ed
src/TwigComponent/doc/index.rst
@@ -369,6 +369,8 @@ The only limitation when defining contents inside a component using the HTML syn
369
is that you cannot import macros using the ``_self`` keyword. You must always use
370
the full template path:
371
372
+.. code-block:: html+twig
373
+
374
<twig:Alert>
375
{# ❌ this won't work #}
376
{% from _self import message_formatter %}
0 commit comments