{{ title | default("欢迎使用 MailLite") }}
{{ "=" * (title | default("欢迎使用 MailLite") | length) }}

你好{{ "，" + name if name else "" }}：

{% if message %}
{{ message }}
{% else %}
感谢使用 MailLite，这是一款简单易用的邮件发送库。
{% endif %}

{% if action_url %}
请访问: {{ action_url }}
{% endif %}

此致
MailLite 团队

---
此邮件由 MailLite 自动发送，请勿直接回复。
