{{ partial "header.html" . }} {{ partial "navbar.html" . }} {{ partial "header_image.html" . }}

{{ .Title | default (i18n "publications") }}

{{ with .Content }}
{{ . }}
{{ end }}

{{ i18n "filter_by_type" }}:

{{ range .Pages.ByDate.Reverse }} {{ if .Params.publication_types }} {{ $.Scratch.Set "pubtype" (index .Params.publication_types 0) }} {{ else }} {{ $.Scratch.Set "pubtype" 0 }} {{ end }}
{{ .Title }}

{{ partial "publication_links" (dict "content" . "is_list" 1) }}

{{ end }}
{{ partial "footer_container.html" . }} {{ partial "footer.html" . }}