{{- $position := .position -}} {{- $title := .title -}} {{- with .data -}}
{{ if $title -}}

{{ partial "PrepareHTML" $title }}

{{ end -}} {{ if .url }}
{{ partial "blocks/templates/video/GetIframe" ( dict "url" .url "title" .video_title )}}
{{ end }} {{ partial "commons/transcription" ( dict "transcription" .transcription "position" $position ) }}
{{- end -}}