{{- .Title | safeHTML -}}
{{- with .Page.Params.author }}
{{ . }}
{{- end }}
{{ partial "components/metadata-icon-date.html" . }}
{{ .Content }}
{{- if eq .Page.Params.github_edit true }}
{{- partial "components/edit-github.html" . }}
{{- end }}