martenframework / marten

The pragmatic web framework.
https://martenframework.com
MIT License
415 stars 22 forks source link

add `odd?` and `even?` to the loop tag #232

Closed kates closed 4 months ago

kates commented 4 months ago

Used modulo 2 to check for "even-ness". Zero is considered as even.

https://github.com/martenframework/marten/issues/201

ellmetha commented 4 months ago

Thanks for adding this!