{{ define "main" }} {{ partial "minimal-navbar.html" }} {{ $path := "" }} {{ with .File }} {{ $path = .Path }} {{ if eq .Dir "feed/" }}
{{ .Content }}
{{ $colors := slice "cyan" "yellow" "pink"}} {{ if hasPrefix $path "files" }} {{ range $folder, $files := .Params.folders }} {{ $opt := mod (len $folder) (len $colors) }}