I have created a relatedproductlistprovider and it seems to work fine when there is something in the productcollection, but if the productcollection is empty the loop vanishes from the available tags for my productpage.
Problem is i am using the loop to show elements on the page which should only be shown if something is in the loop, but if the loop doesn't exist on the page, then the content gets shown on the page where it shouldn't because the tags no longer are valid on the page.
Is there some way to ensure the tag is available on the page even though it might be empty?