We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The next thing we want to do is to be able to define content.
A usual entry point of a website is an url, so we're using urls to render a page.
A page shouldn't do much for now, it should be able to render when a specific path is accessed.
Let's define a simple Pages container that keeps track of the pages we defined.