embde&&_ressource_externe

This commit is contained in:
Tessier
2020-10-11 23:59:30 +02:00
parent a54e185701
commit ee80899d18
10 changed files with 97 additions and 32 deletions
@@ -0,0 +1,7 @@
{#
/**
* @file
* Display an iframe with alterable components.
*/
#}
<iframe{{ attributes }}{% if url is not empty %} title="le direct" src="{{ url }}{% if query is not empty %}?{{ query | url_encode }}{% endif %}{% if fragment is not empty %}#{{ fragment }}{% endif %}"{% endif %}></iframe>