package views import "fmt" templ Cart_Widget(count int) {
Cart if count > 0 { ({ templ.EscapeString(fmt.Sprintf("%d", count)) }) }
}