{{ define "content" }}

{{ .locale.Tr "gist.list.topics" }}

{{ if ne (len .topics) 0 }}
{{ range .topics }} {{ end }}
{{ .locale.Tr "gist.list.topic" }} {{ .locale.Tr "gist.list.gists" }}
{{ slice .Topic 0 1 }} {{ .Topic }} {{ .Count }}
{{ template "pagination" . }} {{ else }}

{{ .locale.Tr "gist.list.no-topics" }}

{{ end }}
{{ end }}