Files
overzeuknup.top/layouts/shortcodes/peertube.html
2022-10-12 12:07:13 +02:00

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>