One Pager Template Title

You can create a page method and return the blueprint title like this:

'pageMethods' => [
  'blueprintTitle' => function () {
    return $this->blueprint()->title();
  }
]

info: "{{ page.blueprintTitle }}"