-
- {{ if eq .Params.storage "yt" }}
- {{ .Scratch.Set "embedLink" (print "https://www.youtube-nocookie.com/embed/" .Params.storageId) }}
- {{ end }}
- {{ if eq .Params.storage "vimeo" }}
- {{ .Scratch.Set "embedLink" (print "https://player.vimeo.com/video/" .Params.storageId "?color=ffffff") }}
- {{ end }}
- {{ if eq .Params.storage "lbry" }}
- {{ .Scratch.Set "embedLink" (print "https://odysee.com/$/embed/" .Params.storageId) }}
- {{ end }}
- {{ if eq .Params.storage "peertube" }}
- {{ .Scratch.Set "embedLink" (print "https://video.millironx.com/videos/embed/" .Params.storageId) }}
- {{ end }}
-
-
- {{ .Content }}
-
-
-{{ end }}