Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allow for nested layouts, (multiple nested embed tags) #287

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ovresko
Copy link

@ovresko ovresko commented Sep 3, 2023

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}}

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"}
@gaby
Copy link
Member

gaby commented Sep 3, 2023

@ovresko Can you add a test for this?

@ReneWerner87
Copy link
Member

@ovresko friendly ping

we need additional tests and also the correction of the current tests

@ReneWerner87
Copy link
Member

@ovresko friendly ping

@ReneWerner87
Copy link
Member

@ovresko friendly ping

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants