Although .Store should maintain the content after a re-rendering of the page, it seems that it does not.
The content disappears when I change the content of the _index.md file.
I have this _index.md:
+++
title = "Solutions"
type = "page"
description = ""
weight = 100
layout = "solutions"
+++
{{< content home >}}
This is the content inside the `top` shortcode, which will be captured for use in the template.
{{< /content >}}
Is there a “top” shortcode, or is the text incorrect? Assuming there isn’t a “top” shortcode, I suspect you are trying to access Store before the page content has been evaluated.
Force the content to be evaluated before accessing the Store.