aboutsummaryrefslogtreecommitdiffstats
path: root/testing/templates/for-break-continue.html (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-08-30Add {% break %} and {% continue %}Libravatar René Kijewski1-0/+11
This PR adds `{% break %}` and `{% continue %}` statements to break out of a loop, or continue with the next element of the iterator.