{{- $context := .context -}} {{- $position := .block.position -}} {{- $title := .block.title -}} {{- with .block.data -}}
{{ if $title -}}
{{ partial "blocks/title" (dict "title" $title "context" $context ) }}
{{ end -}} {{ if .url }}
{{ partial "blocks/templates/video/GetIframe" ( dict "url" .url "title" .video_title )}}
{{ end }} {{ partial "commons/transcription" ( dict "transcription" .transcription "position" $position ) }}
{{- end -}}