Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add {% break %} and {% continue %} | René Kijewski | 2021-08-30 | 1 | -0/+11 |
This PR adds `{% break %}` and `{% continue %}` statements to break out of a loop, or continue with the next element of the iterator. |