5 lines
286 B
HTML
5 lines
286 B
HTML
<figure {{ with .Get "class" }}class="{{ . }}"{{ end }}>
|
|
<div class="video_wrapper">
|
|
{{ with .Get "src" }}<iframe width="100%" height="100%" src={{ . }} frameborder="0" allowfullscreen="" sandbox="allow-same-origin allow-scripts allow-popups"></iframe>{{ end }}
|
|
</div>
|
|
</figure> |