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

11 lines
248 B
HTML

{% extends "mail_main_template.html" %}
{% block content %}
<div>
{{ email_body | safe }}
</div>
{% endblock %}
{% block footer %}
{{ super() }}
<span>Ramp-Up Toolkit Configurator - University of Virginia</span>
{% endblock %}}