{% extends "layout.html" %} {% from "ContentMacros.html" import render_detailed_navbar, render_product_list %} {% from "FormMacros.html" import render_control, render_button %} {% block PageDescription %} Cypress Boat - Contact Us {% endblock %} {% block content %}

Contact us

Send us an email with any questions...

info@cypressboat.co.uk

... or fill out the form below for a quick quote. You can attach a file if you wish. All correspondence will be treated confidentially.


{{ form.hidden_tag() }} {{ render_control(form.name,Label="Name") }} {{ render_control(form.email, Label="Email Address") }} {{ render_control(form.subject, Label="Subject") }} {{ render_control(form.message, Label="Message") }} {{ render_control(form.attachment, Label="Attachment") }}
{{ render_button("submit","Send") }}
{% endblock %}