{{ $imagePath:= .Params.image }}
{{ if $imagePath }}
{{ partial "image.html" (dict "Src" $imagePath "Alt" .Title "Class" "img-fluid mb-5 w-100 rounded-4" ) }}
{{ else }}
{{ range .Params.categories }}
{{. | title}}
{{ end }}
{{ end }}
{{.Title | markdownify}}
{{.Content}}
{{ if .Site.DisqusShortname }}
{{ template "_internal/disqus.html" . }}
{{ end }}