{{- index .Site.Data "calendar.json" }}
| Datum | Titel | Ort | ||
| {{ time.Format "Mon, 2006-01-02 15:04" $start.Local }}{{- $potentialUrl := index (findRE `https?://\S*` .description 1) 0 }} {{- if eq $potentialUrl nil }} | {{ .summary }}{{- else }} | {{ .summary }}{{- end }} {{- if eq .location "Z9" }} | Z9{{- else }} | {{ .location }}{{- end }} |