Title

/libs/granite/ui/components/shell/title

A very simple component to print the title of the app.

It has the following content structure:

granite:ShellTitle
jcr:titlestring

The title.

e.g. “AEM Sites”

Example:

+ mypage
  - sling:resourceType = "granite/ui/components/shell/page"
  - jcr:title = "Page Title for <title>"
  + title
    - sling:resourceType = "granite/ui/components/shell/title"
    - jcr:title = "Page Title"
  + content
    - sling:resourceType = "granite/ui/components/coral/foundation/container"