{{ if eq .type "youtube" }}
The YouTube player can not be loaded with disabled JavaScript.
The following video is embedded here:
https://youtube.com/watch?v={{ .id }}
{{ end }} {{ if eq .type "vimeo" }}
The Vimeo player can not be loaded with disabled JavaScript.
The following video is embedded here:
https://vimeo.com/{{ .id }}
{{ end }} {{ if eq .type "prezi" }}
The Prezi player can not be loaded with disabled JavaScript.
The following video is embedded here:
https://prezi.com/v/embed/{{ .id }}
{{ end }} {{ if eq .type "bilibili" }}
The Bilibili player can not be loaded with disabled JavaScript.
The following video is embedded here:
https://www.bilibili.com/video/{{ .id }}
{{ end }} {{ if (eq .type "peertube") }} {{- $srcUrl := urls.Parse .id -}} {{- $embedUrl := printf "%s://%s/videos/embed/%s" $srcUrl.Scheme $srcUrl.Host ($srcUrl.Path | path.Base) -}}
The PeerTube player can not be loaded with disabled JavaScript.
The following video is embedded here:
{{ .id }}
{{ end }} {{ if eq .type "mp4" }}
{{ end }}