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

Nesting Block Variables #1980

Open
mroptimax opened this issue Dec 8, 2020 · 2 comments
Open

Nesting Block Variables #1980

mroptimax opened this issue Dec 8, 2020 · 2 comments

Comments

@mroptimax
Copy link

Is there a way to nest Block-Variables?

I think about a usage like this:

${user}
${username}
${comments}
${text}
${/comments}
${/user}

So i get all user and for each user all comments.
Something like a For Each Loop in another For Each Loop.

@mroptimax mroptimax changed the title Nesting Block Varaibles Nesting Block Variables Dec 8, 2020
@lifenglsf
Copy link

same question

@gimler
Copy link
Contributor

gimler commented Apr 16, 2024

My workaround is to first replace user and replace the comment placeholder with comment<i> and than replace the comment<i> blocks

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

No branches or pull requests

3 participants