You are here

webform-composite-location.html.twig in Webform 6.x

Same filename and directory in other branches
  1. 8.5 templates/webform-composite-location.html.twig

Default theme implementation of a location composite webform element.

Available variables:

  • content: The location webform element to be output.

File

templates/webform-composite-location.html.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * Default theme implementation of a location composite webform element.
  5. *
  6. * Available variables:
  7. * - content: The location webform element to be output.
  8. *
  9. * @see template_preprocess_webform_composite_location()
  10. *
  11. * @ingroup themeable
  12. */
  13. #}
  14. {{ content }}