You are here

amp-iframe.tpl.php in Accelerated Mobile Pages (AMP) 7

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.tpl.php
View source
<?php

/**
 * @file
 * Template for an amp-iframe.
 *
 * Available variables:
 * - iframe: The AMP-processed text which contains the iframe.
 *
 * @see template_preprocess_amp_iframe()
 */
print $iframe;