{{- $page := . -}}
{{- range $i, $src := .Params.Media -}}
{{- end }}
{{- if eq .Section "calendar" -}}
{{ $timing := dict -}}
{{ range .Params.timings -}}
{{ if (time.AsTime .starts).After time.Now -}}
{{ $timing = . -}}
{{ break -}}
{{ end -}}
{{ end -}}
{{ if $timing }}
I'm planning on going to this event on {{ partial "year-relative-date.txt" (time.AsTime $timing.starts) }}. See the bottom of the post for more information, and get in touch if you'd like to go together!
{{ end }} {{- end -}} {{ if .Params.bookmarkOf }}{{ partial "bookmark-of.html" . | html }}
{{- else if .Params.inReplyTo -}}{{ partial "in-reply-to.html" . | html }}
{{ end }} {{ .Content }}