package models type ThemeMeta struct { Name string `json:"name"` URL string `json:"repo"` }