List Producer Title¶
Use list_producer_title
module to insert a title of the currently viewed producer page.
Configuration parameters¶
none
Module source code¶
{% from "@macros/section_title.twig" import section_title %}
{% set producer = ObjectApi.getProducer(producer_id) %}
{{ section_title(producer.name, { cssClasses: "producer-section-title" }) }}