{{- define "main" -}} Featured {{- range where $.Site.Pages "Type" "featured" -}} {{- with .Params.articles -}} {{- range $article := . -}} {{- with $.Site.GetPage "page" $article }} {{- .Title | htmlUnescape -}} {{- with .Params.categories }} {{- . -}} {{- end }} {{- $imgsm := replace .Params.primary_image "/upload/" "/upload/w_555,h_395,c_fill,g_faces/" -}} {{- $imglg := replace .Params.primary_image "/upload/" "/upload/w_1110,h_790,c_fill,g_faces/" }} {{- end -}} {{- end -}} {{- end -}} {{- end }}
{{- .Params.short_description | htmlUnescape -}}