Skip to content

Latest commit

 

History

History
6 lines (3 loc) · 304 Bytes

File metadata and controls

6 lines (3 loc) · 304 Bytes

Control flow

In Liquid, control flow determines what code is evaluated. By using control flow tags, developers can use logic to activate different parts of code, and skip over other parts.

Control flow can be determined using conditions, or by iteration.