{{ define "main" }} {{- $readMore := (T "readMore") | default "Read more →" -}}
{{ partial "sidebar.html" (dict "context" . "disableSidebar" true "displayPlaceholder" true) }}

{{ .Title }}

{{ .Content }}
{{ range .Pages.ByDate.Reverse }}

{{ .Title }}

{{- if site.Params.blog.list.displayTags -}} {{ with .Params.tags }}

{{- range . }}#{{ . }}{{ end -}}

{{ end -}} {{- end -}}

{{- partial "utils/page-description" . -}}

{{- $readMore -}}

{{ partial "utils/format-date" .Date }}

{{ end }}
{{ end }}