{% extends "layout.html" %} {% load i18n %} {% block title %}{% trans "Contact" %}{% endblock %} {% block content %} {% include "partials/messages.html" %}
{% trans "Tell us what you need and we’ll reply with next steps and a quote." %}
{% endblock %}