{{ if .IsTranslated }}{{ range .Translations }} {{ end }}{{ end }} {{- $manifest := resources.Get "site-manifest.json" | resources.ExecuteAsTemplate "site-manifest.json" . }} {{ template "_internal/opengraph.html" . }} {{ template "_internal/twitter_cards.html" . }} {{ $portal_css := resources.Get "css/styles.css" | minify | fingerprint "md5" }} {{ if or (eq .Section "data_types") (eq .Section "research_projects") (eq .Section "funding") (eq .Section "publications") (eq .Section "dashboards") (.Params.datatables) (eq .Section "datasets") }} {{ end }} {{ if eq .Section "biobanks" }} {{ end }} {{ if .Params.recaptcha }} {{ end }} {{ if $.Param "plotly" }} {{ end }} {{ if or (eq .Page.RelPermalink "/dashboards/wastewater/") (eq .Page.RelPermalink "/sv/dashboards/wastewater/")}} {{ end }} {{ with .Params.imjoy }} {{ end }} {{ $notice_js := resources.Get "js/notices.js" | minify | fingerprint "md5" }} {{ if .Params.recaptcha_two }} {{ end }} {{ if strings.HasPrefix hugo.Environment "production" }} {{ partial "schema.html" . }} {{ end }}