made a post there
Try:
{{ if or (eq .Params.animal.type "dog") (eq .Params.animal.type "bear") (eq .Params.animal.type "fox") (eq .Params.animal.type "wolf") }}
<p> Belongs to the Canine family, they have distinctive fangs. <p>
{{ end }}
And also add a space here:
---
animal:
type: "bear"
Perfect, it works thanks a bunch