mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 16:31:52 +01:00
https://github.com/paulirish/lite-youtube-embed?tab=readme-ov-file#custom-player-parameters
6 lines
230 B
HTML
6 lines
230 B
HTML
{{- $id := .Get "id" | default "SgXhGb-7QbU" -}}
|
|
{{- $label := .Get "id" | default "Blowfish" -}}
|
|
{{- $params := .Get "params" -}}
|
|
|
|
<lite-youtube videoid="{{ $id }}" playlabel="{{ $label }}" params="{{ $params }}"></lite-youtube>
|