category.label
Previous  Top  Next

A string variable containing the label for the current category.

A category's label is the name of the category that is displayed to readers.



Example
The following code displays the current category name as a heading:

<h1>{{category.label}}</h1>