bbb-8.x-1.x-dev/modules/bbb_node/templates/bbb-meeting.html.twig
modules/bbb_node/templates/bbb-meeting.html.twig
{#
/**
* @file
* Default theme implementation to display an iframe field.
*
* Available variables:
* - src: Url being loaded into the iframe.
* - attributes: An array of HTML attributes, intended to be added to the
* iframe tag.
*/
#}
<iframe {{ attributes }}>
{% trans %}
Your browser does not support iframes, but you can use the following link:
<a href="{{ src }}">Link</a>
{% endtrans %}
</iframe>
