cr-connect-workflow/crc/templates/mail_content_template.html
2021-07-20 13:57:32 -04:00

7 lines
128 B
HTML
Executable File

{% extends "mail_main_template.html" %}
{% block content %}
<div>
{{ email_body | safe }}
</div>
{% endblock %}