You are here

yamlform-submission-html.html.twig in YAML Form 8

Default theme implementation from form submission as HTML.

Available variables:

  • data: The form submission's data.

File

templates/yamlform-submission-html.html.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * Default theme implementation from form submission as HTML.
  5. *
  6. * Available variables:
  7. * - data: The form submission's data.
  8. * @see template_preprocess_yamlform_submission_html()
  9. *
  10. * @ingroup themeable
  11. */
  12. #}
  13. {{ data }}