arrow_backBACK TO DRILLS
Blue BeltnextjslockPREMIUM

The Template That Got Overridden

The rendered <title> for the homepage shows just "Home" instead of "Home | MyApp". Why doesn't the layout's template apply?

REACT_MODULE // 0x42
// app/layout.tsx
export const metadata = {
title: {
template: '%s | MyApp',
default: 'MyApp',
},
};
// app/page.tsx
export const metadata = {
title: 'Home',
};
lock

This Drill is Locked

This is a premium drill. Continue on to the next free drill in the sequence.

CONTINUE DRILLarrow_forward
BugDojo
BlogFAQ

© 2026. Carved in code.