{% extends "emails/base_email.html" %} {% block title %}New Contact Request{% endblock %} {% block content %}
Hello,
A new contact request was submitted on the site.
Subject
{{ subject }}
From
Message
{{ message }}
{% endblock %} {% block footer_note %}This is an automated message. Please do not reply to this email.{% endblock %}