mde/ejs

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

Opened this issue · 1 comments

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.

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