You are here

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

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

Default theme implementation of a link composite webform element.

Available variables:

  • content: The link webform element to be output.

File

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