{% extends "emails/base_email.html" %} {% block title %}New Contact Request{% endblock %} {% block content %}
Hello,
A new contact request was submitted on the site.
Message
{{ message }}
{% if portal_url %} {% endif %} {% endblock %} {% block footer_note %}This is an automated message from {{ brand_name }}.{% endblock %}