{{ /if }}
// Loop through and render the form inputs
{{ fields }}
{{ if type == "text" }}
{{ if handle == "email"}}
{{ else }}
{{ /if }}
{{ elseif type == "textarea" }}
{{ /if }}
{{ if error }}
{{ error }}
{{ /if }}
{{ /fields }}
// Add the honeypot field
// This is just a submit button.
{{ /if }}
{{ /form:contact_us }}