Error: Invalid Frontmatter

Path: /var/www/html/grav-test/user/sites/www.how-much-to.com/pages/20.contact/form.md

Failed to read /var/www/html/grav-test/user/sites/www.how-much-to.com/pages/20.contact/form.md: Malformed inline YAML string: "{% include 'forms/data.html.twig' %} at line 65 (near "body: "{% include 'forms/data.html.twig' %}").

---
title: Contact
form:
    name: contact_form
    fields:
        - name: name
          label: Name
          type: text
          validate:
            required: true

        - name: email
          label: Email
          type: email
          validate:
            required: true

        - name: phone
          label: Phone
          type: tel
          validate:
            required: false

        - name: subject
          label: Subject
          type: text
          validate:
            required: false

        - name: message
          label: Message
          placeholder: Type your message here
          type: textarea
          validate:
            required: true

        - name: consent
          label: "I agree to the terms and conditions, including the privacy policy"
          type: checkbox
          validate:
            required: true

    buttons:
        - type: submit
          value: Send

        - type: reset
          value: Reset

    process:
        - email:
            from: "contact@how-much-to.com"
            to: ["contact@how-much-to.com"]
            subject: "[Contact Form] New message from {{ form.value.name|e }}"
            body: "{% include 'forms/data.html.twig' %}
                  --- Additional Information ---
                  Page URL: {{ grav.uri.url(true) }}
                  User IP Address: {{ grav.uri.ip }}
                  Browser: {{ grav.uri.user_agent }}
                  Submission Time: {{ \"now\"|date(\"d-m-Y H:i:s\") }}
                  Referrer: {{ grav.uri.referrer }}
            "
        - message: 'Thank you, your message has been sent successfully. We will get back to you as soon as possible.'

sitemap:
    lastmod: '11-25-2024 21:10'
autoseo:
    enabled: false
sitemap:
    ignore: true
---

#Contact Us
##Please fill out the form below to get in touch with us: