{% 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 %}

Use below verification code to view your 2FA recovery codes in Jingrow Cloud!

Verification Code

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

Team Jingrow

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