@if (includeHome()) {
  1. {{ homeLabel() }}
  2. } @if (isDetailView()) {
  3. {{ listLabel() }}
  4. @if (loading() && !recordName()) { } @else { {{ recordName() }} }
  5. } @else {
  6. {{ listLabel() }}
  7. }