12 lines
1.7 KiB
Cheetah
12 lines
1.7 KiB
Cheetah
{{define "email_invite_copy"}}<!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;">Hi {{index . "SenderFirstName"}},</p>
|
|
<p style="margin:0 0 24px;color:#2D2A26;font-size:16px;line-height:1.6;">Here's a copy of the invitation we just sent to {{index . "RecipientName"}} ({{index . "RecipientEmail"}}):</p>
|
|
<hr style="border:none;border-top:1px solid #e5e2de;margin:24px 0;">
|
|
<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;color:#2D2A26;font-size:16px;line-height:1.6;">{{index . "SenderName"}}</p>
|
|
</td></tr></table>
|
|
</td></tr></table></body></html>{{end}} |