summaryrefslogtreecommitdiff
path: root/themes/lugo/layouts/shortcodes/vid.html
blob: 4c612fe53f6c5e3f4c4ea5bd71af136bbca48037 (plain)
1
2
3
4
5
6
<iframe src="{{ index .Params 0 }}"
        loading="lazy"
        sandbox="allow-same-origin allow-scripts allow-popups"
        allowfullscreen frameborder="0"
        title="Embedded Video">
</iframe>