diff --git a/tpl/tplimpl/template_embedded.go b/tpl/tplimpl/template_embedded.go
index 2252d65cf..0b42da7c3 100644
--- a/tpl/tplimpl/template_embedded.go
+++ b/tpl/tplimpl/template_embedded.go
@@ -205,7 +205,7 @@ func (t *templateHandler) embedTemplates() {
{{ end }}{{ with .Params.locale }}
{{ end }}{{ with .Site.Params.title }}
{{ end }}{{ with .Params.videos }}
-{{ range .Params.videos }}
+{{ range . }}
{{ end }}{{ end }}