{{# Contacts Page Template #}} {{ layout = 'layouts/default' }} {{ if cover_video or cover_image }}
{{ partial:partials/cover-media }}
{{ else }}
{{ /if }}

Kontaktet

{{ if content }}
{{ content }}
{{ /if }}
{{ if settings:address }}
Adresa
{{ settings:address | nl2br }}
{{ /if }} {{ if settings:phone }}
Telefoni
{{ settings:phone | nl2br }}
{{ /if }} {{ if settings:email }}
Email
{{ settings:email | nl2br }}
{{ /if }}
{{ form:contact_form }} {{ if success }}
Faleminderit që na kontaktuat! Kemi marrë mesazhin tuaj dhe do të lidhemi me ju së shpejti.
{{ else }}
{{ fields }}
{{ if type == 'textarea' }} {{ else }} {{ /if }} {{ if error }}
{{ error }}
{{ /if }}
{{ /fields }}
{{ /if }} {{ /form:contact_form }}