{{- $block := .block -}} {{- $block_class := partial "GetBlockClass" .block -}} {{- with .block.data -}}
{{ partial "blocks/top.html" (dict "title" $block.title "heading_level" $block.ranks.self "description" .description )}}
    {{- range .files }} {{ if ne .id "" }} {{ if partial "GetMedia" .id }}
  • {{ partial "commons/download-link" (dict "id" .id "title" .title "with_caption" true ) }}
  • {{ end -}} {{ end -}} {{ end -}}
{{- end -}}