devsite/node_modules/hamljs/test/fixtures/code.each.index.haml
2024-07-07 18:49:38 -07:00

3 lines
67 B
Plaintext

%ul
- each item, index in items
%li= item + '(' + index + ')'