mirror of
https://github.com/twigphp/Twig.git
synced 2026-08-28 19:17:37 +00:00
Remove duplicate sentence in macro scoping
This commit is contained in:
committed by
GitHub
parent
f5ee1b6815
commit
73f5cad8fb
@@ -104,10 +104,6 @@ When calling ``import`` or ``from`` from a ``block`` tag, the imported macros
|
||||
are only defined in the current block and they override macros defined at the
|
||||
template level with the same names.
|
||||
|
||||
When calling ``import`` or ``from`` from a ``macro`` tag, the imported macros
|
||||
are only defined in the current macro and they override macros defined at the
|
||||
template level with the same names.
|
||||
|
||||
Checking if a Macro is defined
|
||||
------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user