{% extends "desktop/base_desktop.html" %}
{% block title %}Thank you{% endblock %}
{% block meta_copydoc %}
https://docs.google.com/document/d/14qdUa_Vpw6QQKnnwqxMV5vDIbovovVhUQN0UXw1w3kw/edit
{% endblock meta_copydoc %}
{% block head_extra %}{% endblock %}
{% block content %}
{% with thanks_context="contacting our team." thanks_message="We will be in touch shortly.". %}
{% include "shared/_thank_you.html" %}
{% endwith %}
{% endblock content %}