mirror of
https://github.com/sartography/cr-connect-workflow.git
synced 2025-02-22 12:48:25 +00:00
7 lines
128 B
HTML
7 lines
128 B
HTML
{% extends "mail_main_template.html" %}
|
|
{% block content %}
|
|
<div>
|
|
{{ email_body | safe }}
|
|
</div>
|
|
{% endblock %}
|