gv-title

The gv-title  tag inserts the title of the current page into the corresponding HTML element.

Tag

<title gv-title></title>   

Governor Expressions

  • @text 

Example:

<title gv-title>We're the Best | @text</title>

Basic

Example: head.html

<head>
    <title gv-title>
        <!-- Governor will automatically insert the title on a per
             page basis -->
    </title>
</head>

Pro Tips

The page title can be set when creating a new page.

Did this answer your question?