{{ $caseStudies := .Site.GetPage "/casestudies" }} {{ $caseStudyBackground := .Params.backgrounds.case_study }} {{ $limit := .Scratch.Get "limit" }} {{ range $index, $page := sort (first $limit $caseStudies.Resources) "Name" "asc" }}
{{ $iconClassName := "" }} {{ $bodyClassName := "" }} {{ if not (modBool $index 2) }} {{ $iconClassName = "order-md-last" }} {{ $bodyClassName = "order-md-first" }} {{ end }} {{ if .Params.icon }}
{{ .Title }}
{{ end }}
{{ if .Title }}
{{ .Title }}
{{ end }}

{{ .Content }}

{{ range $key, $val := .Params.links }} {{ $key }} {{ end }}
{{ end }}