As Iโm migrating my code from using Supabase to Appwrite, Iโve encountered an issue with migrating the email templates. Supabase uses Go templates, and in one of my email templates i had a line that looked like this:
{{ if .Data.full_name }}Hi {{ .Data.full_name }} ๐,{{ else }}Hi There ๐,{{ end }}
However, Iโm unsure how to replicate this in Appwrite, as the documentation does not specify which templating language Appwrite uses.