{{ partial "header.html" . }} {{ partial "navbar.html" . }}
{{ partial "page_header.html" . }}
{{ if .Params.abstract }}

{{ i18n "abstract" }}

{{ .Params.abstract | markdownify }}

{{ end }} {{ if (.Params.publication_types) and (ne (index .Params.publication_types 0) "0") }}
{{ i18n "publication_type" }}
{{ partial "pub_types.html" $ }} {{ $pub_types := $.Scratch.Get "pub_types" }} {{ range $index, $pubtype := .Params.publication_types }} {{ index $pub_types (int .) }} {{ end }}
{{ end }} {{ if .Params.publication }}
{{ i18n "publication" }}
{{ .Params.publication | markdownify }}
{{ end }}
{{ .Content }}
{{ partial "tags.html" . }} {{ partial "page_author.html" . }}
{{ if .Site.Params.section_pager }}
{{ partial "section_pager.html" . }}
{{ end }} {{ partial "footer_container.html" . }} {{ partial "footer.html" . }}