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
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%>
<%}%>
The text was updated successfully, but these errors were encountered:
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:The text was updated successfully, but these errors were encountered: