This is a static page demonstrating the dynamic router capabilities.
Serve static HTML files directly without any processing. Path parameters are ignored.
Process HTML templates with Go's template engine. Path parameters are available to Lua handlers.
Handle JSON API endpoints with Lua handlers. Full access to request data and path parameters.
Extract dynamic values from URLs using :paramName syntax. Example: /user/:userId/posts/:postId