💻 Tech
With auth0, custom e-mail templates can be customized via Liquid syntax. For example, if you want to escape values before it’s used in the e-mail:
{{ user.name | escape }}
You can perform other data operations with Liquid syntax
For more details: