{{ define "main" }} {{- partial "header/hero.html" (dict "title" .Title "image" .Params.image "context" . ) -}}
{{ partial "articles/abstract.html" . }} {{ partial "articles/authors.html" . }} {{ partial "articles/body.html" . }} {{ partial "articles/references.html" . }}
{{ partial "articles/aside.html" . }}
{{ end }}