Pug is an open source template language created in 2010 by Tj Holowaychuk.
git clone https://github.com/pugjs/pug
#110on PLDB | 13Years Old | 12kRepos |
Pug – robust, elegant, feature rich template engine for Node.js
html
body
p Hello, world!
doctype html
html
head
title Hello World
body
h1 Hello World
p.
Hello,
World!
append block case default doctype each else extends for if in include mixin typeof unless var when