You'll need to use a sling servlet with a selector. Your selectors will be firstname, lastname. Your sling servlet annotation will look like this:@SlingServlet(resourceTypes = "myBrand/components/pages/myPeoplePageType", selectors ={firstname, lastname}, extensions = "html”, methods=”GET”)Your URL b...