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

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

{{ if or (.address) (.country) -}}
{{ if .address }}{{ trim .address "\n" }}
{{ end }} {{ if .zipcode }}{{ trim .zipcode "\n" }} {{ end }}{{ if .city }}{{ trim .city "\n" }} {{ end }}{{ if .country }}{{ trim .country "\n" }}{{ end }}
{{ end }} {{- if .phone -}}

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

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

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

{{ if or (.address) (.country) }}
{{ if .address_name }}{{ .address_name }}
{{ end }} {{ if .address }}{{ .address }}
{{ end }} {{ if .address_additional }}{{ .address_additional }}
{{ end }} {{ if .zipcode }}{{ .zipcode }} {{ end }}{{ if .city }}{{ .city }} {{ end }}{{ if .country }}{{ .country }}{{ end }}
{{ 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 -}}