You are here

webform-share-script.html.twig in Webform 6.x

Same filename and directory in other branches
  1. 8.5 modules/webform_share/templates/webform-share-script.html.twig

Default theme implementation of a <script> tag used to share a webform.

Available variables:

  • script: The URL of the JavaScript.

File

modules/webform_share/templates/webform-share-script.html.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * Default theme implementation of a <script> tag used to share a webform.
  5. *
  6. * Available variables:
  7. * - script: The URL of the JavaScript.
  8. *
  9. * @ingroup themeable
  10. */
  11. #}
  12. <script src="{{ script }}"></script>