blowfish/layouts/shortcodes/youtubeLite.html

5 lines
174 B
HTML
Raw Normal View History

{{- $id := .Get "id" | default "SgXhGb-7QbU" -}}
{{- $label := .Get "id" | default "Blowfish" -}}
2024-03-10 05:55:57 -05:00
<lite-youtube videoid="{{ $id }}" playlabel="{{ $label }}"></lite-youtube>