How do I break out of loop in Liquid, mainly a for-loop? I\'ve tried {% break %}, but that fails with There were errors saving your file: Unknown tag \'brea
{% break %}
For future visitors. Above code does work in current Liquid (gem v2.5.1).