{{ $imagePath:= .Params.image }} {{ if $imagePath }}
{{ partial "image.html" (dict "Src" $imagePath "Alt" .Title "Class" "img-fluid w-100 rounded-4" ) }}
{{ else }}
{{ range .Params.categories }} {{. | title}} {{ end }}
{{ end }}

{{.Title | markdownify}}

{{ .Summary }}

{{ site.Params.read_more_button }}