You are here

media-oembed-iframe.html.twig in Drupal 10

Theme override to display an oEmbed resource in an iframe.

File

core/themes/stable/templates/content/media-oembed-iframe.html.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * Theme override to display an oEmbed resource in an iframe.
  5. */
  6. #}
  7. <!DOCTYPE html>
  8. <html>
  9. <head>
  10. <css-placeholder token="{{ placeholder_token }}">
  11. </head>
  12. <body style="margin: 0">
  13. {{ media|raw }}
  14. </body>
  15. </html>