You are here

webform-submission-form.html.twig in Webform 8.5

Same filename and directory in other branches
  1. 6.x templates/webform-submission-form.html.twig

Default theme implementation for a webform submission form.

Available variables:

  • form: The webform submission form.

File

templates/webform-submission-form.html.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * Default theme implementation for a webform submission form.
  5. *
  6. * Available variables:
  7. * - form: The webform submission form.
  8. *
  9. * @ingroup themeable
  10. */
  11. #}
  12. {{ form }}