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