{% extends "base.html" %}
{% block section %}Send Email{% endblock %}
{% block title %}Send Email{% endblock %}
{% block content %}
Your message has been sent successfully!
** TODO: Later turn this into preview with more information **
{% endblock %}