{{ define "main" }}

{{.Title }}

{{ if .Date }} {{ .Date.Format "2 January, 2006" }}   ·   {{ end }} {{ range .Param "categories" }} {{ . | title }} {{ end }}
{{ if .Param "sources" }}
{{ range .Param "sources" }}   {{ . }} {{ end }}
{{ end }}
{{ .Content }}
{{ if .Param "tags" }}
{{ range .Param "tags" }}  {{ . | urlize }} {{ end }}
{{ end }}
{{ if .PrevInSection }} {{ .PrevInSection.Title }}↠ {{ end }} {{ if .NextInSection }} ↞{{ .NextInSection.Title }} {{ end }}
{{ partial "json-ld.html" . }} {{ if eq .Section "notes" }} {{ end }} {{ end }}