When I just use label: "{{ contact }}", it showed [object Object].
Is there a way to tap into that object?
I could get it to work with simple values, but I was hoping seeing as I’m fetching just a single page object, I could fetch the only item and get its value.
No, that’s not possible without a proper preview, since you cannot use blueprint query language here (even if it looks similar, the curly brackets are only resolved as template string).
I guess this is not already a Kirby 4 project, right? Otherwise I would have suggested the fields preview type.