inou/lib/templates/email_invite_ru.tmpl

10 lines
2.0 KiB
Cheetah
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{{define "email_invite_ru"}}<!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;">Я пользуюсь <strong>inou</strong> — безопасным сервисом для хранения медицинских данных и работы с ними с помощью AI. Здесь в одном месте хранится вся медицинская информация моей семьи: результаты визуализации, анализы, медицинские записи — и я подумал, что тебе это тоже может пригодиться.</p>
<p style="margin:0 0 24px;color:#2D2A26;font-size:16px;line-height:1.6;">Главная сила — в возможности использовать AI, чтобы разобраться во всём этом: понять, что на самом деле означает тот или иной отчёт, отследить динамику со временем или просто задать вопросы обычным языком и получить чёткие ответы.</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}}