List Promotions Title¶
Use list_promotions_title
module to insert a title of the promotions list.
Configuration parameters¶
none
Module source code¶
{% from "@macros/section_title.twig" import section_title %}
{{ section_title(translate('Special offers'), { cssClasses: "promotions-section-title" }) }}