Since you are loading all your content into the same loader, it automatically replaces previous content. A Loader can only have one child at a time. You could explicitly call page_loader.unload() if you wanted to remove that loaded content without loading up other content.

You also do not need to add your page_loader more than once. It does no harm to do so, though.