noahs_builder_theme-1.0.7/templates/commerce/commerce-product--noahs-teaser.html.twig
templates/commerce/commerce-product--noahs-teaser.html.twig
{#
/**
* @file
*
* Default product template.
*
* Available variables:
* - attributes: HTML attributes for the wrapper.
* - product: The rendered product fields.
* Use 'product' to print them all, or print a subset such as
* 'product.title'. Use the following code to exclude the
* printing of a given field:
* @code
* {{ product|without('title') }}
* @endcode
* - product_entity: The product entity.
* - product_url: The product URL.
* - title_prefix: Additional output populated by modules, intended to be
* displayed in front of the main title tag that appears in the template.
* - title_suffix: Additional output populated by modules, intended to be
* displayed after the main title tag that appears in the template.
*
* @ingroup themeable
*/
#}
<article{{ attributes.addClass('noahs_product_teaser') }}>
{{ title_prefix }}
{{ title_suffix }}
{{ product}}
</article>
