I am working on amp-website.
I have one page with list of items. And for each item there is one link(or button) which will show similar items. For showing similar items I am using amp-list.
Now problem is suppose I click on similar item link for one item and it will show me the similar items, and after that I came back to listing page from similar items popup and click on some others items similar item link and for that item if similar items is not present then similar item popup shows previous item's similar items.(Amp-list is not changing list)
How can I resolve this things. Means if similar items is not available I want to show "No similar items found" message and if similar items available then want to show that items.