{{ define "main" }}
{{ with .Params.header }}
{{ with .infos.name }}

{{ . }}

{{ end }} {{ with .infos.email }}
{{ . }}
{{ end }} {{ with .infos.phone }}
{{ . }}
{{ end }} {{ with .infos.addr }}
{{ . }}
{{ end }} {{ with .infos.website }} {{ end }}
{{ end }} {{ range .Params.items }}
{{ range .sections }}
{{ with .title }} {{ . }}
{{ end }} {{ with .startDate }} {{ end }} {{ if .endDate }} {{ with .endDate }} {{ end }} {{ else }} {{ with .endDateText }} {{ end }} {{ end }}
{{ with .subtitle }}
{{ . }}
{{ end }} {{ with .contents }}
{{ . | markdownify }}
{{ end }} {{ end }}
{{ end }}
{{ partial "search/site-search" . }}
{{ partial "script/resume-script" . }} {{ end }}