epsilon icon indicating copy to clipboard operation
epsilon copied to clipboard

Support custom tags in EGL

Open kolovos opened this issue 1 year ago • 0 comments
trafficstars

It would be useful to allow users to change the default EGL tags, like Jinja does. For example, users could change the start/end dynamic section tags from [% and %] to <% and %> and write EGL templates like this:

<%for (i in 1.to(2)){%>
Number <%=i%>
<%}%>

kolovos avatar Oct 21 '24 08:10 kolovos