{{ $heading_level := .heading_level | default 3 }} {{ $heading := printf "h%d" $heading_level }} {{/* NOT USED YET */}} {{ $options := .options | default site.Params.projects.index.options }}
{{ range $project := .projects -}} {{ with site.GetPage .file }} {{ $heading_tag := (dict "open" ((printf "<%s class='project-title' itemprop='name'>" $heading) | safeHTML) "close" ((printf "" $heading) | safeHTML) ) }}
{{- $title := partial "PrepareHTML" .Title -}} {{ $heading_tag.open }} {{ $heading_tag.close }}
{{ end }} {{ end }}