{{- $presentations := .Site.Data.presentations }} {{- $category := .Get "category" }} {{- range sort $presentations "weight" }} {{- if eq .category $category }}
{{ .description }}
{{- end}}{{- if isset . "venue" }} Presented {{- if isset . "presenters" }} by {{ .presenters }} {{- end }} {{- else }} By {{ .presenters }} {{- end }} {{- if isset . "venue" }} at {{ .venue }} {{- end }} {{- if isset . "publication" }} in {{ .publication }} {{- end }} {{- if isset . "date" }} on {{ .date }} {{- end }}.