I set all of our pagetitles on our site with the following code:

<cfset pagetitle = "the title of this page">

I want to allow contribute users editing the site to be able to change that,
and only that variable. IS there an easy (or difficult) way to do this?