varbase_media_header-9.0.0-alpha1/templates/media-oembed-iframe--remote-video--varbase-media-header.html.twig
templates/media-oembed-iframe--remote-video--varbase-media-header.html.twig
{#
/**
* @file
* Default theme implementation to display an oEmbed resource in an iframe.
*
* @ingroup themeable
*/
#}
<!DOCTYPE html>
<html>
<head>
<css-placeholder token="{{ placeholder_token }}">
<script src="{{ base_path }}{{ varbase_media_header_path }}/js/oembed-frame.media-header.{{ provider }}.js"></script>
</head>
<body style="margin: 0;">
{{ media|raw }}
</body>
</html>
