You are here

amp-video.html.twig in Accelerated Mobile Pages (AMP) 8.3

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

Default theme implementation to display the file entity as a amp-video tag.

File

templates/amp-video.html.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * Default theme implementation to display the file entity as a amp-video tag.
  5. *
  6. * @ingroup themeable
  7. */
  8. #}
  9. <amp-video {{ attributes }}>
  10. <div fallback>
  11. <p>Your browser doesn’t support HTML5 video</p>
  12. </div>
  13. </amp-video>