Get name of blueprint, or intendedtemplate

Hi. Is there a way to retrieve the name of the blueprint that is assigned to a page? I’m trying to display different results on the front end if the data is stored under a certain page template (even though there is no specific template for the item). Thank you.

You can use $page->intendedTemplate().

Thank you! Just couldn’t find it in the cheat sheet.