diff --git a/templates/home.html b/templates/home.html index d9ec174..43d34f0 100644 --- a/templates/home.html +++ b/templates/home.html @@ -28,10 +28,11 @@ Low Category: - + --- - {{range .Categories}} - {{.}} + {{$categories := .Categories}} + {{range $cat := $categories}} + {{$cat.Name}} {{end}}