You are here

fa-form--external-js.html.twig in FormAssembly 8

Default theme implementation to display a DFP short tag.

Available variables:

  • src: the url to the script.

File

templates/fa-form--external-js.html.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * Default theme implementation to display a DFP short tag.
  5. *
  6. * Available variables:
  7. * - src: the url to the script.
  8. *
  9. * @see \Drupal\formassembly\Entity\FormAssemblyEntityViewBuilder::attachedHead
  10. *
  11. * @ingroup themeable
  12. */
  13. #}
  14. <script src="{{ src }}"></script>