1
0
mirror of https://github.com/hrfee/jfa-go.git synced 2024-05-28 13:17:48 +02:00
Commit Graph

2 Commits

Author SHA1 Message Date
90a2c1f2e7
Fix email editor for other email types 2021-04-22 19:16:41 +01:00
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