1
0
mirror of https://github.com/PrivSec-dev/privsec.dev synced 2024-09-20 01:34:43 -04:00
privsec.dev/layouts/shortcodes/youtube.html

4 lines
226 B
HTML
Raw Normal View History

2022-07-21 23:01:31 -04:00
{{- $id := .Get "id" | default (.Get 0) -}}
<div class="youtube-embed-div">
<iframe src="https://www.youtube-nocookie.com/embed/{{ $id }}" class="youtube-embed-frame" allowfullscreen title="YouTube Video"></iframe>
</div>