Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / themes / stable / templates / content / media-oembed-iframe.html.twig
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>