{% import "templates/emails/macros.html" as utils %} {% extends "templates/emails/saas_trial.html" %} {% set title = title %} {% set image_path = image_path %} {% set read_pixel_path = read_pixel_path %} {% set otp = otp %} {% set header_content = header_content %} {% block content %}
{% if header_content %} {% autoescape false %} {{ header_content }} {% endautoescape %} {% endif %}

Verification Code

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

Team Jingrow

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