handle
The handle related to the current template resource.
The handle object only returns a value when the current template is one of the following:
If the current template is any other template, it returns nil.
Example
Create Page Title
The handle of each resource can be displayed as the page title on its corresponding resource page.
<meta property="og:title" content="{{handle}}">
Was this article helpful to you?