media_mpx-8.x-1.x-dev/templates/media-mpx-iframe.html.twig
templates/media-mpx-iframe.html.twig
{#
/**
* @file
* Display an iframe.
*
* Available variables:
* - attributes: An array of html attributes intended for the iframe.
* - url: The src of the iframe.
*/
#}
<iframe{{ attributes }}{% if url is not empty %} src="{{ url }}"{% endif %}></iframe>
