summaryrefslogtreecommitdiff
path: root/themes/blowfish/layouts/shortcodes/youtubeLite.html
blob: 4375eb38da420dfbf0ae601d91cad63636b16a45 (plain)
1
2
3
4
5
{{- $id := .Get "id" | default "SgXhGb-7QbU" -}}
{{- $label := .Get "id" | default "Blowfish" -}}
{{- $params := .Get "params" -}}

<lite-youtube videoid="{{ $id }}" playlabel="{{ $label }}" params="{{ $params }}"></lite-youtube>