Build a Page which shows the Oldest Post with specific Custom Field Value

I ended up taking advantage of the get_template_part() function to modularise the template for the page content. I then used a page-specific template to override the query being used for the body of that page, and invoked the page content template to display it.