You are here

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

Default theme implementation to display a DFP short tag.

Available variables:

  • value: The script

See also

dfp_page_attachments()

File

templates/fa-form--inline-js.html.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * Default theme implementation to display a DFP short tag.
  5. *
  6. * Available variables:
  7. * - value: The script
  8. *
  9. * @see dfp_page_attachments()
  10. *
  11. * @ingroup themeable
  12. */
  13. #}
  14. <script type="text/javascript">
  15. {{ value|raw }}
  16. </script>