# Liquid Tags

Tags are the programming logic that tells templates what to do. Tags are wrapped in {% %} characters.

# Variable tags

# assign

# capture

# increment

# decrement

# Control flow tags

# if

# unless

# else/elsif

# case/when

# and/or

# Iteration tags

# for

# cycle

# tablerow

# Theme tags