{{ $heading_level := .heading_level | default 3 }} {{ $heading := printf "h%d" $heading_level }} {{ $heading_tag := (dict "open" ((printf "<%s class='volume-title' itemprop='headline'>" $heading) | safeHTML) "close" ((printf "%s>" $heading) | safeHTML) ) }} {{- $block := .block -}} {{- $template := .block.template -}} {{- $position := .block.position -}} {{- $title := .block.title -}} {{- with .block.data -}}