{{ define "main" -}}

{{ with index .Params.categories 0 }}{{ . }}{{ else }}Restish Blog{{ end }}

{{ .Title }}

{{ with .Description -}}

{{ . }}

{{ end -}}
{{ with .Params.author -}}By {{ . | markdownify }}{{ end -}} {{ with .ReadingTime -}}{{ . }} min read{{ end -}}
{{ with .Params.tags -}}
{{ range . -}}{{ . }}{{ end -}}
{{ end -}}
{{ .Content }} {{ partial "blog-footer-cta.html" . }}
{{ end -}}