template
template copied to clipboard
allow for nested layouts, (multiple nested embed tags)
allow for nested layouts, (multiple embed tags) cases where nested layouts (embed) are required: post.django -> layout.django -> index.django renders post.django with layout = {"layout","index"}
~post.django
My awesome post that renders inside layout, that renders inside index
{{embed}}
~layout.django
My awesome layout
{{embed}}
~index.django
{{embed}}
@ovresko Can you add a test for this?
@ovresko friendly ping
we need additional tests and also the correction of the current tests
@ovresko friendly ping
@ovresko friendly ping
Closing this since we can't reach @ovresko