Files
dsc-api/src/templates/email/announcement.hbs
T
2025-05-03 16:37:57 +03:30

24 lines
1.1 KiB
Handlebars

<html dir="rtl" lang="fa">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>اعلان</title>
</head>
<body
style="font-family: 'IRANSans', Arial, sans-serif; line-height: 1.6; color: #333; max-width: 600px; margin: 0 auto; padding: 20px; text-align: center;"
>
<div style="text-align: center; margin-bottom: 30px;">
<h1>اعلان</h1>
</div>
<div style="background-color: #f9f9f9; padding: 20px; border-radius: 5px;">
<p>سلام،</p>
<div style="font-size: 24px; color: #2c3e50; text-align: center; margin: 20px 0;">{{title}}</div>
<div style="margin: 20px 0; text-align: center;">{{description}}</div>
<div style="text-align: center; color: #666; font-size: 14px;">تاریخ: {{date}}</div>
<p>با تشکر</p>
</div>
<div style="text-align: center; margin-top: 30px; font-size: 12px; color: #666;">
<p>این ایمیل به صورت خودکار ارسال شده است. لطفاً به آن پاسخ ندهید.</p>
</div>
</body>
</html>