Welcome to My Website

This is the base framework. Add a new page anywhere in /pages and it becomes available automatically at /pages/your-file-name — no routing changes required.

How to add a new page

Create pages/example.php and it will be reachable at /pages/example.

Follow the same pattern used in this file: set the page metadata, then call render_page() with your content.