mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-01-23 06:55:43 -06:00
b90b916493
https://github.com/paulirish/lite-youtube-embed?tab=readme-ov-file#custom-player-parameters
5 lines
230 B
HTML
5 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>
|