{% load static %}
{% if name %} Hello {{ name }}, {% endif %}
{% autoescape off %} {{ content }} {% endautoescape %}
{% if signature %} {{ signature }} {% else %} Sincerely, The OACPL Team {% endif %}