You are here

iframe-page.html.twig in SendinBlue 8.2

Same filename and directory in other branches
  1. 8 templates/iframe-page.html.twig
<div id="wrap" class="box-border-box container-fluid">
    <iframe id="datamain" src="{{ url_iframe }}" width="100%" height="750" scrolling="yes"></iframe>
</div>

File

templates/iframe-page.html.twig
View source
  1. <div id="wrap" class="box-border-box container-fluid">
  2. <iframe id="datamain" src="{{ url_iframe }}" width="100%" height="750" scrolling="yes"></iframe>
  3. </div>