You are here

simple-iframe.html.twig in Simple iframe 8

<div class="simple-iframe">
  <iframe src="{{- url -}}" width="{{- width -}}" height="{{- height -}}">{{ 'Your browser does not support iframes'|t }}</iframe>
</div>

File

templates/simple-iframe.html.twig
View source
  1. <div class="simple-iframe">
  2. <iframe src="{{- url -}}" width="{{- width -}}" height="{{- height -}}">{{ 'Your browser does not support iframes'|t }}</iframe>
  3. </div>