{{if eq "info" .Attribute.Rating}} 🔵 {{end}} {{if eq "good" .Attribute.Rating}} ✅ {{end}} {{if eq "warn" .Attribute.Rating}} ⚠️ {{end}} {{if eq "bad" .Attribute.Rating}} 🛑 {{end}} {{.Attribute.Title}}

{{if ne .Attribute.Description ""}} {{.Attribute.Description | safe}} {{else}} {{.Attribute.Name}} does not have a description. {{end}}

Services with this point:

{{range .Services}} {{partial "partials/service_card" .}} {{end}}