7 lines
No EOL
197 B
HTML
7 lines
No EOL
197 B
HTML
<div class="wrap-element">
|
|
<iframe class="wrapped-iframe"
|
|
src="{{ index .Params 0 }}"
|
|
{{ index .Params 1 }} # additional parameters
|
|
frameborder="0" allowfullscreen>
|
|
</iframe>
|
|
</div> |