Requirement
Client would like to make everything prior to the “|” divider 1 font larger and bolder in the item name
Attached the current template

Solution
<span style=”font-size: 18px;”> <b>${record.name[0..*43]?split(‘|’)[0]}</b></span> | <span style=”font-size: 17px;”>${record.name[0..*43]?split(‘|’)[1]} </span>
