Skip to content

Instantly share code, notes, and snippets.

View BryanSchuetz's full-sized avatar
🎧
🎶 "Come on, just let's go" 🎶

Bryan Schuetz BryanSchuetz

🎧
🎶 "Come on, just let's go" 🎶
View GitHub Profile

There are two types of markup in Liquid: Output and Tag.

  • Output markup (which may resolve to text) is surrounded by
{{ matched pairs of curly brackets (ie, braces) }}
  • Tag markup (which cannot resolve to text) is surrounded by