UNPKG

jade

Version:

Jade template engine

10 lines (8 loc) 134 B
mixin comment(title, str) .comment h2= title p.body= str #user h1 Tobi .comments mixin comment('foo', 'bar (baz)')