6 lines
222 B
HTML
6 lines
222 B
HTML
|
<div class="embed video-player">
|
||
|
<iframe width="560" height="315"
|
||
|
sandbox="allow-same-origin allow-scripts allow-popups"
|
||
|
src="{{ index .Params 0 }}" frameborder="0" allowfullscreen>
|
||
|
</iframe>
|
||
|
</div>
|