package templates import ( "github.com/maid-zone/soundcloak/lib/sc" "net/url" "strconv" "strings" ) templ SearchUsers(p *sc.Paginated[sc.User]) { Found { strconv.FormatInt(p.Total, 10) } users

for _, user := range p.Collection { if user.Avatar != "" { } else { }

{ user.Username }

if user.FullName != "" { { user.FullName } }
} More users }