commercetools-8.x-1.2-alpha1/modules/commercetools_content/templates/commercetools-filter-label.html.twig
modules/commercetools_content/templates/commercetools-filter-label.html.twig
{#
/**
* @file
* Default theme implementation for a filter group label.
*
* Available variables
* - label: The group label.
*
* @ingroup themeable
*/
#}
{% block content %}
<span{{attributes}}>{{label}}</span>
{% endblock %}
