10 lines
1.6 KiB
Cheetah
10 lines
1.6 KiB
Cheetah
{{define "email_invite"}}<!DOCTYPE html><html><head><link href='https://fonts.googleapis.com/css2?family=Sora:wght@300;400;500;600;700&display=swap' rel='stylesheet'></head><body style="margin:0;padding:0;background:#FAF8F5;font-family:'Sora','Helvetica Neue',Helvetica,Arial,sans-serif;">
|
|
<table width="100%" style="background:#FAF8F5;padding:40px 20px;"><tr><td align="center">
|
|
<table style="max-width:540px;background:#fff;border-radius:12px;padding:48px;text-align:left;"><tr><td>
|
|
<p style="margin:0 0 24px;color:#2D2A26;font-size:16px;line-height:1.6;">{{T "email_dear"}} {{index . "FirstName"}},</p>
|
|
<p style="margin:0 0 24px;color:#2D2A26;font-size:16px;line-height:1.6;">I've been using <strong>inou</strong>, the secure way to store health data and explore it with AI. It keeps all my family's health information in one place — imaging studies, lab results, medical records — and I thought you might find it useful too.</p>
|
|
<p style="margin:0 0 24px;color:#2D2A26;font-size:16px;line-height:1.6;">The real power is being able to use AI to make sense of it all: understand what a report actually means, spot trends over time, or just ask questions in plain language and get clear answers.</p>
|
|
<p style="margin:0 0 32px;text-align:center;"><a href="https://inou.com" style="display:inline-block;background:#b45309;color:#fff;padding:14px 32px;border-radius:8px;text-decoration:none;font-weight:500;">{{T "email_invite_btn"}}</a></p>
|
|
<p style="margin:0;color:#2D2A26;font-size:16px;line-height:1.6;">{{index . "SenderName"}}</p>
|
|
</td></tr></table>
|
|
</td></tr></table></body></html>{{end}} |