templates/areas/content-brick/partials/_usps.html.twig line 1

Open in your IDE?
  1. {% if pimcore_checkbox("uspsActive").getData()
  2.     or (uspsActive is defined and uspsActive) %}
  3.     {% include 'includes/partials/_list-text.html.twig' with {
  4.         'listTextFieldName' : listTextFieldName ?? 'usps',
  5.         'hideMarginTopMobile' : hideMarginTopMobile ?? null,
  6.     } %}
  7. {% endif %}