{TOPIC_TITLE}
{TOPIC_SUMMARY}
flowchart TD
Start([Start]) --> Decide{Branch?}
Decide -->|yes| Path1[Path 1]
Decide -->|no| Path2[Path 2]
Path1 --> End([End])
Path2 --> End
classDef edge fill:#dbeafe,stroke:#1e40af,color:#1e3a8a
classDef leaf fill:#fef3c7,stroke:#92400e,color:#92400e
class Start,End edge
class Path1,Path2 leaf
entry / exit
branch path
scroll to zoom · drag to pan · keys: + − 0