私は今、一見標準的な Haml コードを見ていますが、それが "!=" で始まっていることに気付きました。
#What does the '!=' mean?
!= cache_content_if_not_prefetched(params) do
-if product_live?
=render :partial => 'products/product_tile'
-else
=render :partial => 'products/unavailable_product_tile'