KIT&GO intro, module 1
This commit is contained in:
10
themes/coopgo-theme/layouts/shortcodes/peertube.html
Normal file
10
themes/coopgo-theme/layouts/shortcodes/peertube.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<div class="w-full max-w-700 m-auto" style="height: 394px;">
|
||||
<iframe
|
||||
class="w-full h-full"
|
||||
sandbox="allow-same-origin allow-scripts allow-popups"
|
||||
title="{{.Get 1}}"
|
||||
src="{{.Get 0}}?warningTitle=0"
|
||||
frameborder="0"
|
||||
allowfullscreen>
|
||||
</iframe>
|
||||
</div>
|
||||
Reference in New Issue
Block a user