{{ partial:nav }}

{{ if title=="Home" }} {{ site_name }} {{ else }} {{ title }} {{ /if }}


{{ description }}
{{ content }} {{ form:create in="contact" attr="name:sentMessage|id:contactForm|class:novalidate"}} {{ if errors }}
{{ errors }} {{ value }}
{{ /errors }}
{{ /if }} {{ if success }}
Form was submitted successfully.
{{ /if }} {{ fields }}

{{ /fields }}
{{ /form:create }}