What is Handlebars?
Handlebars is a templating language that lets you build HTML from data. You write a template with placeholders, then Handlebars fills those placeholders with real values.
It's great for rendering repeated UI (like lists) and keeping HTML clean and consistent.