If product in collection

PHOTO EMBED

Fri Jan 28 2022 10:16:38 GMT+0000 (Coordinated Universal Time)

Saved by @PIzmAR #liquid

{% assign found = false %}
{% for c in product.collections %}
  {% if c.handle == "secret-sauce" %}
    {% assign found = true %}
  {% endif %}
{% endfor %}

{% if found == true %}
  <h1>You found the secret sauce!</h1>
{% endif %}
content_copyCOPY

FOR SHOPIFY: If product is in "this" collection show that