Updated to Drupal 8.6.4, which is PHP 7.3 friendly. Also updated HTMLaw library....
[yaffs-website] / web / core / modules / media / templates / 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>