{{ $logo := site.Params.logo.header }} {{- with site.Data.school -}}

{{ htmlUnescape (trim .name "\n") }}

{{ with .contact_details.postal_address }} {{ partial "commons/address.html" . }} {{- with .phone_numbers.phone -}}

{{ .label }}

{{- end }} {{- end }}
{{- end -}} {{- with site.Data.laboratory -}}

{{ htmlUnescape (trim .name "\n") }}

{{ with .contact_details.postal_address }} {{ partial "commons/address.html" . }} {{- with .phone_numbers.phone -}}

{{ .label }}

{{- end }} {{- end }}
{{- end -}} {{- with site.Data.journal -}}

{{ htmlUnescape (trim .name "\n") }}

{{ trim .issn "\n" }}

{{- end -}}