{% extends "core/base_core.html" %}
{% block title %}Contact Canonical{% endblock %}
{% block content %}
{% with h1="Contact us",
intro_text="If you are thinking about using Ubuntu Core to power your Internet of Things devices or anything else, please fill in your details below and a member of our team will get in touch.",
formid="1266",
lpId="2166",
returnURL="/core/thank-you" %}
{% include "shared/_client-contact-us-form.html" %}
{% endwith %}
{% endblock content %}