How do I use php to display the "Events" panel samples on GetKirby.com?

Please see the docs: https://getkirby.com/docs/guide/templates/basics

And the other templates in the Starterkit for examples (How to assign blueprints to pages)

Examples in Starterkit:

  • notes.php templates as an example to loop through the subpages, you would do something similar in the events.php template.

  • note.php as an example for a single page, that’s what you would do in your event.php template.