forTag function
For tag parser - parses {% for item in collection %}.
If config is provided, uses custom delimiters.
Implementation
Parser forTag([LiquidConfig? config]) =>
someTag('for', config: config).labeled('forTag');
For tag parser - parses {% for item in collection %}.
If config is provided, uses custom delimiters.
Parser forTag([LiquidConfig? config]) =>
someTag('for', config: config).labeled('forTag');