Open
Description
If a template contains a deferred block named foo
and another block named foo_deferred
, the compiled template will contain 2 methods block_foo_deferred
(corresponding to different cases).
The method names for block_*_deferred
should probably be changed to deferred_block_*
to avoid conflicts with the block_*
pattern of block methods.
Metadata
Metadata
Assignees
Labels
No labels
Activity