How to render the template partially in multiple times without throwing exceptions?
Opened this issue · 1 comments
leonardo-czanoch commented
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 commented
Are you going to be rendering it randomly, or rendering it sequentially?