blob: 06d59820b8bf7a536b060586c242d911aa28d6a3 [file]
mixin list(id, ...items)
ul(id=id)
each item in items
li= item
+list('my-list', 1, 2, 3, 4)