How to show blueprint (template) name in panel page

Created multiple blueprints and each is a bit different. Added some pages in panel as example. Now client wants to add more pages, but he does not know which template he should add from list of blueprints (templates).
So is it possible to show blueprint name on already created page?

You could do this via an info field, for example.

Maybe you can change your structure so that the user doesn’t have to choose between too many blueprints.

Thank You! Yes, this is what I was looking for:

info:
  type: info
  label: Template
  text: |
    "{{ page.blueprint.title }}"