{{ define "main" }} {{ partial "minimal-navbar.html" }} {{ $path := "" }} {{ with .File }} {{ $path = .Path }} {{ if eq .Dir "feed/" }}
{{ .Content }}
{{ if hasPrefix $path "files" }} {{ $colors := slice "cyan" "yellow" "pink"}} {{ $opts := len $colors }} {{ range $i, $top := readDir "content/files/" }} {{ if eq $top.IsDir false }} {{ continue }} {{ end }}