mirror of
https://github.com/PrivSec-dev/privsec.dev
synced 2024-11-09 16:21:34 -05:00
4 lines
226 B
HTML
4 lines
226 B
HTML
|
{{- $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>
|