Files
coopgo/themes/coopgo-theme/layouts/shortcodes/embed.html
T
2021-09-13 08:37:05 +02:00

3 lines
109 B
HTML

<div class="w-full m-auto max-w-600 h-600">
<embed class="w-full h-full" src="{{.Get 0}}"></embed>
</div>