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

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

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

{{- $phone := trim .phone "\n " -}} {{- $phone_href := replace $phone " " "" -}} {{ $phone }}

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

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

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

{{- $phone := trim .phone "\n " -}} {{- $phone_href := replace $phone " " "" -}} {{ $phone }}

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

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

{{ trim .issn "\n" }}

{{- end -}}