epiphany/node_modules/hamljs/test/fixtures/code.each.index.haml
2023-12-09 22:19:03 -08:00

3 lines
No EOL
67 B
Text

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