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