page.title

Previous page  First page  Next page

page.title is a string variable containing the title of the current page.

 

If the current page is the blog's main page, the title is Main Page. If the current page is a category page or photo album, the title is the label for that category or photo album. If the current page is the individual page for an article, review, or photo, the title of the page is the title for that article, review, or photo.

 

 

Example

 

The code below displays the current page's title as a headline:

 

<h1>{{page.title}}</h1>