page

open fun page(location: KiteLocation): KitePage

The page at location. Prepares its chapter first.

The same location answers the same object for the life of the document, and pages holds those same objects. Viewers key their caches on the page object, so a handler that built a new one per call would defeat every cache above it.