-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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%>
<%}%>
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request