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

How to render the template partially in multiple times without throwing exceptions? #642

Open
leonardo-czanoch opened this issue Nov 30, 2021 · 1 comment

Comments

@leonardo-czanoch
Copy link

Say I put several tags like <%= or <%- in one template.
I don't want to render the template just once and provide all data.
I want to render the template several times and provide small pieces of the whole data for every rendering.

Is my idea possible?
For now, it throws exceptions if I don't provide all the data.

@dBenoi
Copy link

dBenoi commented Feb 4, 2022

Are you going to be rendering it randomly, or rendering it sequentially?

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

No branches or pull requests

2 participants