cr-connect-workflow/crc/templates/mail_content_template.html

7 lines
128 B
HTML
Raw Normal View History

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