{{define "content" -}}
{{with .Data}}

Asset types

Editable content type — the kinds of asset a listing can be. This is what makes it a CMS: the taxonomy is data you manage here, not hard-coded.

{{range .Types}} {{end}}
IconNameSlugCategory
{{.Icon}} {{.Name}} {{.Slug}} {{.Category}}
{{end}}
{{- end}}