amp-8.x-3.5/templates/amp-ad.html.twig
templates/amp-ad.html.twig
{#
/**
* @file
* Template for an amp-ad.
*
* Available variables:
* - type: The ad network.
* - attributes: The HTML attributes for the amp-ad.
*
* @see template_preprocess_amp_ad()
*/
#}
<amp-ad{{ attributes }} type="{{ type }}">
</amp-ad>
