{% if errors != blank %}
-
{% for error in errors %}
- {{ error }} {% endfor %}
{{ page.name }}
{% if contact.sent %}Your message has been sent and we'll get back to you soon.
{% else %}
Name
{{ contact | contact_input: 'name', tabindex: 1 }}
Email
{{ contact | contact_input: 'email', tabindex: 2 }}
Subject
{{ contact | contact_input: 'subject', tabindex: 3 }}
Spam check
{{ contact | contact_input: 'captcha', tabindex: 5 }}
{{ contact.captcha }}
Please enter the characters from the image.
Send message
{% endif %}