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
I'd like to use this with some user defined templates, where there might well be a use case for them having whatever character I choose for the startTag in their template string proper. Using backslashes to escape would be the obvious option, but there's currently no functionality for anything of this sort in the library as far as I can see - so consider this a feature request :)
Cheers!
The text was updated successfully, but these errors were encountered:
Hey, thanks for this awesome library!
At present, there is no way to include a startTag in the template string without the engine picking up on it as a tag:
fasttemplate/template.go
Line 31 in 05015c3
I'd like to use this with some user defined templates, where there might well be a use case for them having whatever character I choose for the startTag in their template string proper. Using backslashes to escape would be the obvious option, but there's currently no functionality for anything of this sort in the library as far as I can see - so consider this a feature request :)
Cheers!
The text was updated successfully, but these errors were encountered: