How to assign blueprints to pages

Don’t touch anything inside the kirby folder.

In the events.php template, you would loop through the children, similar to what is done in the notes.php or the photography.php templates.

While in the event.php template, you display the single page, i.e. $page->title()->html() etc., i.e. all the fields you have defined in your event.yml blueprint.