1
0
Fork 0
mirror of synced 2024-07-06 23:21:05 +12:00
appwrite/app/config/locale/templates/email-inner-base.tpl

9 lines
195 B
Smarty
Raw Normal View History

2023-12-14 06:08:36 +13:00
<p>{{hello}},</p>
2023-08-28 20:03:55 +12:00
<p>{{body}}</p>
2023-12-14 05:46:14 +13:00
<p><a href="{{redirect}}" target="_blank">{{redirect}}</a></p>
2023-08-28 20:03:55 +12:00
<p>{{footer}}</p>
2023-12-14 05:46:14 +13:00
<p style="margin-bottom: 32px">
{{thanks}},
<br/>
{{signature}}
</p>