{{ with $categories := .Params.categories }}
{{ range $categories }}
{{ if $i }}
{{- $image := partial "helper/image" $context -}}
{{- $20x := $image.Fill "20x20 smart" -}}
{{ . | humanize }}
{{ else }}
{{ . | humanize }}
{{ end }}
{{ end }}
{{ end }}
{{ with .Params.description }}
{{ . }}
{{ end }}