{{ $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 .path }} {{ $heading_tag := partial "GetHeadingTag" (dict "level" $heading_level "attributes" "class='project-title' itemprop='name'" )}}
{{- $title := partial "PrepareHTML" .Title -}} {{ $heading_tag.open }} {{ $heading_tag.close }}
{{ end }} {{ end }}