5 lines
No EOL
189 B
Text
5 lines
No EOL
189 B
Text
mixin healthContainer(count)
|
|
div(class='healthContainer ' + attributes.class)
|
|
include ./_healthBoxBox
|
|
- for (var i = 0; i < count; i++)
|
|
+healthBox(i)(class=attributes.class) |