You can create a page method and return the blueprint title like this:
'pageMethods' => [
'blueprintTitle' => function () {
return $this->blueprint()->title();
}
]
info: "{{ page.blueprintTitle }}"
You can create a page method and return the blueprint title like this:
'pageMethods' => [
'blueprintTitle' => function () {
return $this->blueprint()->title();
}
]
info: "{{ page.blueprintTitle }}"