<p> ${atcList.first || atcList.last} ? <b>Code ${atc.code}</b> : Code ${atc.code}</p>
I need that when the value is true, the result is bold, and when the value is false, another result is displayed, what is the error in my line? or, how it is working in sightly?
Now is : true ? Code 2 : Code 2