Template Engines for Email
I'm evaluating template engines for email to run on the JVM (Kotlin or Java), I've looked at FreeMarker, Velocity and Mustache so far, any other ones that are worth looking at ?
FreeMarker
Has everything I need, syntax looks strange.
if-else:
<#if co...