{{- $list := partialCached "tsc/calendar/list" . -}} {{- $cat := .Get "category" -}} {{/* warnf "%#v" $cat */}} {{- $showAge := .Get "showAge" | default false -}}
Gruppe | {{ if $showAge }}Jahrgang | {{ end }}Tag | Zeit | Ort |
---|---|---|---|---|
{{ .title }}{{ with .subtitle }} - {{ . }}{{ end }} | {{ if $showAge }}{{ .age }} | {{ end }}{{ index site.Data.days .day }} | {{- $startTimeStr := printf "2025-01-02T%s:00" .start -}} {{- $startTime := time.AsTime $startTimeStr -}} {{- $duration := time.Duration "minute" .duration -}} {{- $endTime := $startTime.Add $duration}} {{/* warnf "Start %s, duration %s, %s" $startTime $duration $endTime */}} {{- $startTime.Format "15:04"}} - {{ $endTime.Format "15:04" }} | {{ .room }} |