diff -r 54c612612c69 -r 7725a79416f3 src/main/kotlin/de/uapcore/lightpit/Constants.kt --- a/src/main/kotlin/de/uapcore/lightpit/Constants.kt Sun Aug 01 18:14:36 2021 +0200 +++ b/src/main/kotlin/de/uapcore/lightpit/Constants.kt Sun Aug 01 18:56:28 2021 +0200 @@ -72,6 +72,11 @@ const val REQ_ATTR_PATH = "requestPath" /** + * Key for the optional custom page title. + */ + const val REQ_ATTR_PAGE_TITLE = "pageTitle" + + /** * Key for the name of the page which should be rendered. */ const val REQ_ATTR_CONTENT_PAGE = "contentPage"