{{ define "main" }}

{{ .Title }}

{{ $dateMachine := .Lastmod | time.Format "2006-01-02T15:04:05-07:00" }} {{ $dateHuman := .Lastmod | time.Format ":date_long" }}
{{ T "Updated" }}

{{ T "Location Details" }}

{{ T "Address" }}

{{ .Params.address }}

{{ T "Telephone" }}

{{ .Params.telephone }}

GLN

{{ with resources.Get (printf "/images/gln/%s.png" .Params.gln) }} {{ .Params.gln }} {{ end }}

{{ .Content }} {{ partial "terms.html" (dict "taxonomy" "tags" "page" .) }}
{{ end }}