You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bcdickinson
changed the title
Add the ability to override tags in extended templates
Add the ability to override tags in extended and included templates
Jan 6, 2021
Notes from today’s refinement session: still seems well worth solving, still seems very hard. Help wanted on this as it’s unclear how we should proceed.
Is your proposal related to a problem?
Currently, if you have templates like this with an overridden template tag
foo
...base.html
:extended.html
:included.html
:... it's not possible to control the output of
foo
fromextended.yaml
orincluded.yaml
, only the values set inbase.yaml
will have any effect.Describe the solution you'd like
It would be great if the ability to override tags cascaded/inherited the same way as template context.
Describe alternatives you've considered
It's not possible to work around this without duplicating the tag invocation in the inherited template, as far as I know.
The text was updated successfully, but these errors were encountered: