v1/web/modules/contrib/video_embed_field/templates/video-embed-iframe.html.twig

8 lines
276 B
Twig

{#
/**
* @file
* Display an iframe with alterable components.
*/
#}
<iframe{{ attributes }}{% if url is not empty %} src="{{ url }}{% if query is not empty %}?{{ query | url_encode }}{% endif %}{% if fragment is not empty %}#{{ fragment }}{% endif %}"{% endif %}></iframe>