{{ title | default("系统通知") }}
{{ "=" * (title | default("系统通知") | length) }}

{% if subtitle %}
{{ subtitle }}
{% endif %}

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

{% if body %}
{{ body }}
{% endif %}

{% if severity %}
严重程度: {{ severity }}
{% endif %}

{% if service_name %}
服务标识: {{ service_name }}
{% endif %}

{% if code %}
事件编号: {{ code }}
{% endif %}

{% if message %}
信息内容: {{ message }}
{% endif %}

{% if occurred_at %}
发生时间: {{ occurred_at }}
{% endif %}

{% if action_url %}
查看详情: {{ action_url }}
{% endif %}

此致，
{{ sender_name | default("MailLite 监控团队") }}

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