Module: Liquid::Tags

Defined in:
lib/liquid/tags.rb

Constant Summary collapse

STANDARD_TAGS =
{
  'cycle' => Cycle,
  'render' => Render,
  'raw' => Raw,
  'comment' => Comment,
  'increment' => Increment,
  'unless' => Unless,
  'decrement' => Decrement,
  'capture' => Capture,
  'continue' => Continue,
  'include' => Include,
  'case' => Case,
  'ifchanged' => Ifchanged,
  'assign' => Assign,
  'for' => For,
  '#' => InlineComment,
  'break' => Break,
  'if' => If,
  'echo' => Echo,
  'tablerow' => TableRow,
}.freeze