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 have implemented StringCodeResolver(String template) implements CodeResolver.
But there is a problem that render creates only one file for many templates, idk what a reason for this
Hi,
I would like using string template with JTE.
Is there some example for doing this ?
For example:
String template = """
Hello, ${user}!
""";
are expected to be
Hello, Tom!
when parameter user is set to Tom.
Thank you for any help.
The text was updated successfully, but these errors were encountered: