inou/lib/templates/email_share.tmpl

13 lines
2.5 KiB
Cheetah

{{define "email_share"}}<!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;">We've shared {{index . "TargetName"}}'s health dossier with you on <strong>inou</strong>, the secure way to store health data and explore it with AI. We're using it to keep all of {{index . "TargetName"}}'s health information in one place — medical records, imaging studies, lab results, and more.</p>
<p style="margin:0 0 24px;color:#2D2A26;font-size:16px;line-height:1.6;">The real power is that we can use AI to make sense of it all: understand what an MRI report actually means, spot trends in lab results over time, or ask questions in plain language and get clear answers. The more complete {{index . "TargetName"}}'s dossier is, the better the insights we can get.</p>
<p style="margin:0 0 24px;color:#2D2A26;font-size:16px;line-height:1.6;">Click the button below to sign in. Just enter your email address and you'll receive a six-digit code for immediate access.</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_share_btn"}}</a></p>
{{if eq (index . "CanEdit") "true"}}<p style="margin:0 0 24px;color:#2D2A26;font-size:16px;line-height:1.6;">You have permission to add information to {{index . "TargetName"}}'s dossier. Whether it's observations from a session, notes from a conversation, or documents — every detail helps build a fuller picture. We're grateful for anything you can contribute to make {{index . "TargetName"}}'s dossier as complete as possible.</p>
{{end}}<p style="margin:0 0 24px;color:#2D2A26;font-size:16px;line-height:1.6;">Thank you for being part of {{index . "TargetName"}}'s health journey.</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}}