# ember/template-no-page-title-component Disallows usage of the `` component. ## Rule Details Use the `{{pageTitle}}` helper instead of the `` component from ember-page-title. ## Examples Examples of **incorrect** code for this rule: ```gjs ``` ```gjs ``` Examples of **correct** code for this rule: ```gjs ``` ```gjs ``` ## References - [ember-page-title documentation](https://github.com/ember-cli/ember-page-title)