ember-page-title-breadcrumbs
Installation
SKILL.md
ember-page-title and ember-breadcrumb-trail — Complete A3 Reference
These two addons appear in nearly every route template in A3. ember-page-title is used in
298 files and ember-breadcrumb-trail in 312 files. They work together to provide consistent
page titles and navigation breadcrumbs across the application.
ember-page-title
Package: ember-page-title
Import (GTS): import { pageTitle } from 'ember-page-title';
Overview
The {{pageTitle}} helper sets the document title (<title> tag) declaratively from route
templates. Titles compose hierarchically — nested routes prepend their title to the parent's
title, separated by a configurable separator.