2019-03-24 08:27:49 +01:00

7 lines
98 B
Plaintext

mixin list(tag, ...items)
#{tag}
each item in items
li= item
+list('ul', 1, 2, 3, 4)