I have a template in which I want to generate some HTML only if the current item has some different fields from the previous item. How can I access the previous item in an
{{items[$index - 1].att == item.att ? 'current same as previous' : 'current not same as previous'}}