Add Peertube module

This commit is contained in:
2022-10-12 12:07:13 +02:00
parent d5c4608a3e
commit ecb99ac711
3 changed files with 20 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
<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>