Data binding is the process to flow data between the LWC bundle component.
Templating allows binding values from the JavaScript controller value to the Html view in the Lightning web component. In the Lightning web component, this can be achieved using simple {property} bindings.
Bind properties in a component’s template to properties in the component’s JavaScript class. In the template, surround the property with curly braces, {property}.