You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: