{{ define "main" }}
{{ if .Params.Cantorpreisträger }}

{{ i18n "cantorpreisträger" }}

{{ range where (where .Site.RegularPages "Title" .Params.Title ) "Type" "=" "cantorpreis" }}
{{ .Title }}

{{ .Params.Name }}

{{ .Description }}
{{ end }}
{{ end }} {{ range .Params.topics }} {{ end }} {{ if .Params.pretext }} {{ end }}
{{ $topics := slice (slice .Params.Title 100 "pretext") }} {{ range .Params.topics }} {{ $topics = $topics | append (slice (slice .title 40 .id)) }} {{ end }} {{ $topics = $topics | jsonify }} {{ .Content }}
{{ end }}