{{ $form := .Page.Params.contactForm }}

{{ $form.title }}

{{ range $form.fields }}
{{ if eq .type "textarea" }} {{ else if eq .type "select" }} {{ else }} {{ end }}
{{ end }}
{{ $form.hint | markdownify | safeHTML }}
{{ with $form.developers }}

{{ .title }}

{{ .description }}

Pour le rejoindre cliquez sur le lien ci-dessous :

{{ .linkLabel }}

{{ .qrLabel }}

Chill Admin QR Code
{{ end }}