{% extends "emails/base_email.html" %} {% block title %}New Contact Request{% endblock %} {% block content %}

Hello,

A new contact request was submitted on the site.

Email

{{ email }}

Message

{{ message }}

{% if portal_url %}

View in portal

{% endif %} {% endblock %} {% block footer_note %}This is an automated message from {{ brand_name }}.{% endblock %}