Concept Flow - Signal creation and reading
Create signal with initial value
Signal holds current value
Read signal value anywhere
Use value in template or logic
If signal changes -> dependent code updates
This flow shows how a signal is created with a starting value, then read anywhere in the code or template, and how changes to the signal update dependent parts automatically.