You are here

amp-iframe.html.twig in Accelerated Mobile Pages (AMP) 8

Same filename and directory in other branches
  1. 8.3 templates/amp-iframe.html.twig
  2. 8.2 templates/amp-iframe.html.twig

Template for an amp-iframe.

Available variables:

  • iframe: The AMP-processed text which contains the iframe.

See also

template_preprocess_amp_iframe()

File

templates/amp-iframe.html.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * Template for an amp-iframe.
  5. *
  6. * Available variables:
  7. * - iframe: The AMP-processed text which contains the iframe.
  8. *
  9. * @see template_preprocess_amp_iframe()
  10. */
  11. #}
  12. {{ iframe }}