{{ $sectionCode := "apacheds" }} {{ with .context.Section }} {{ $cssSectionPath := printf "/static/css/%s.css" . }} {{ if fileExists $cssSectionPath }} {{ $sectionCode = printf "%s" . }} {{ end }} {{ end }}