Skip to content
Moritz Roessler edited this page Mar 22, 2023 · 4 revisions

Pages

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.

Clone this wiki locally