1
0
Fork 0
mirror of synced 2024-07-11 17:35:49 +12:00
appwrite/app/config/locale/templates/email-inner-base.tpl
Bradley Schofield c566843518 Style Changes
2023-08-28 09:35:26 +01:00

15 lines
162 B
Smarty

<p>{{hello}}</p>
<br>
<p>{{body}}</p>
<a href="{{redirect}}" target="_blank">{{redirect}}</a>
<p>{{footer}}</p>
<br>
<p>{{thanks}}</p>
<p>{{signature}}</p>