media-oembed-iframe.html.twig 212 B

1234567891011121314
  1. {#
  2. /**
  3. * @file
  4. * Default theme implementation to display an oEmbed resource in an iframe.
  5. *
  6. * @ingroup themeable
  7. */
  8. #}
  9. <!DOCTYPE html>
  10. <html>
  11. <body style="margin: 0">
  12. {{ media|raw }}
  13. </body>
  14. </html>