commercetools-8.x-1.2-alpha1/modules/commercetools_content/templates/commercetools-product-attribute-label.html.twig
modules/commercetools_content/templates/commercetools-product-attribute-label.html.twig
{#
/**
* @file
*
* Default product label attribute template.
*
* Available variables:
* - label: The attributes label.
* - key: The attributes key.
*
* @ingroup themeable
*/
#}
{{ label ? label|nl2br : '-' }}
