Get name (title) of the File-Blueprint

Hi there,
I’m using <?= $image->template() ?> to get the template of a file.
What I get is the filename of the file-blueprint, but I would like to get the Title of the blueprint which I defined with “title: …” inside the blueprint.

can anyone help me?!
thanks a lot!!!
Matthias

What you want is:

<?= $image->blueprint()->title() ?> 

Thanks a lot!!! :slight_smile: