{{- $context := .context -}} {{- $position := .block.position -}} {{- $title := .block.title -}} {{- $figures := .figures}} {{- with .block.data -}}
{{- if (or $title .description) }}
{{ partial "blocks/title" (dict "title" $title "context" $context ) }} {{- if .description }}
{{ partial "PrepareHTML" .description }}
{{ end -}}
{{ end -}} {{ if (modBool $figures 2)}}
    {{ else }}
      {{ end }} {{- range .figures }}
    • {{ .number }}{{ partial "PrepareHTML" .unit }}
      {{ partial "PrepareHTML" .description }}
    • {{ end -}}
{{- end -}}