The pug template language (formerly known as jade), follow for updates about features, releases etc.
A protip by zachcase about expressjs, jade, html, and nodejs.
This implements a rest arguments syntax that looks like: mixin list(id, ...items) ul(id=id) each item in items li= item +list('my-list', 1, 2, 3, 4)
Thanks to @sdether for the initial work on this in #1252. The API has been changed a bit and the output has been simplified a lot so it just returns an array of strings rather than a structured ob...