{{ define "content" }} {{ range $category := .Provider.Categories }} {{ $links := $category.Links }}
This category is empty for now :(
{{ else }}| Title | Information |
|---|---|
| {{ $link.Title }} | {{ $length := len $link.Description }} {{ if eq $length 0 }} No description {{ else }} {{$link.Description}} {{ end }} |