{% if customer.email contains "shopify.com" %}
  Hey there, Shopify employee!
{% endif %}

{% if product.tags contains "outdoor" %}
  This product is great for using outdoors!
{% endif %}
