Commit Graph

2 Commits

Author SHA1 Message Date
Harvey Tindall 90a2c1f2e7
Fix email editor for other email types 2021-04-22 19:16:41 +01:00
Harvey Tindall f7d2771263
add email templater with basic if statements
at this point I really should've just used text/template, but I guess
this way compatibility is kept with existing custom emails. If statement
works as so:

{if variable}variable was true{endif}
{if !variable}variable was false{endif}

no else yet, just do as above (two if statements).
2021-04-14 23:58:54 +01:00