Concept Flow - Interpolation with double curly braces
Component has a property
Template uses {{ property }}
Angular reads template
Replaces {{ property }} with value
Rendered HTML shows value
Angular replaces double curly braces in the template with the component's property value during rendering.