{{- $title := "" -}} {{- $class := "" -}} {{- $pages := slice -}} {{- $showDossierBeforeTitle := false -}} {{- if reflect.IsMap . -}} {{- with .Title -}} {{- $title = . -}} {{- end -}} {{- with .Class -}} {{- $class = . -}} {{- end -}} {{- with .Pages -}} {{- $pages = . -}} {{- end -}} {{- if isset . "ShowDossierBeforeTitle" -}} {{- $showDossierBeforeTitle = index . "ShowDossierBeforeTitle" -}} {{- end -}} {{- end -}} {{- if and (ne $title "") (gt (len $pages) 0) -}}

{{ $title }}

{{- partial "articles-list.html" (dict "Pages" $pages "ShowDossierBeforeTitle" $showDossierBeforeTitle ) -}}
{{- end -}}