For the complete documentation index, see llms.txt. This page is also available as Markdown.

Control flow

Control flow in Liquid — conditionals and iteration for directing task logic in Mechanic.

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.

Last updated

Was this helpful?