annotate core/modules/media/templates/media-oembed-iframe.html.twig @ 19:fa3358dc1485 tip

Add ndrum files
author Chris Cannam
date Wed, 28 Aug 2019 13:14:47 +0100
parents af1871eacc83
children
rev   line source
Chris@17 1 {#
Chris@17 2 /**
Chris@17 3 * @file
Chris@17 4 * Default theme implementation to display an oEmbed resource in an iframe.
Chris@17 5 *
Chris@17 6 * @ingroup themeable
Chris@17 7 */
Chris@17 8 #}
Chris@17 9 <!DOCTYPE html>
Chris@17 10 <html>
Chris@18 11 <head>
Chris@18 12 <css-placeholder token="{{ placeholder_token }}">
Chris@18 13 </head>
Chris@17 14 <body style="margin: 0">
Chris@17 15 {{ media|raw }}
Chris@17 16 </body>
Chris@17 17 </html>