{{ .Title }}

{{- T "published" -}}: {{ .PublishDate.Format "02.01.2006 15:04" }}

{{- T "author" -}}: {{ range .Params.authors }}{{ with $.Site.GetPage (printf "authors/%s" .) }}{{ .Title }}{{ end }}{{ end }}

{{ $baseUrl := .Site.BaseURL }} {{ if .Params.tags }}

{{- T "tags" -}}: {{ range .Params.tags }}{{ with $.Site.GetPage (printf "tags/%s" .) }}{{ .Title }}{{ end }}{{ end }}

{{ end }}