{% extends "server/base_server.html" %}
{% block title %}Thank you{% endblock %}
{% block canonical_url %}https://ubuntu.com/server/contact-us{% endblock %}
{% block meta_copydoc %}
https://docs.google.com/document/d/1XWmMQlhgqHeDrMepfxDzeDvXSwTMUbXW8s78bBOsfDw/edit
{% endblock meta_copydoc %}
{% block head_extra %}{% endblock %}
{% block content %}
{% if product == 'server-maas' %}
{% with thanks_context="enquiring about MAAS" %}
{% include "shared/_thank_you.html" %}
{% endwith %}
{% else %}
{% with thanks_context="contacting our team.", thanks_message="We will be in touch shortly." %}
{% include "shared/_thank_you.html" %}
{% endwith %}
{% endif %}
{% endblock content %}