{% import "templates/emails/macros.html" as utils %} {% extends "templates/emails/saas.html" %} {% set title = title %} {% set image_path = image_path %} {% set read_pixel_path = read_pixel_path %} {% set otp = otp %} {% block content %}

使用以下验证码登录 今果 Jingrow!

验证码

{{ otp }}
{{ utils.separator() }}

Jingrow 团队

{% if read_pixel_path %} {% endif %} {% endblock %}