pug

Topics related to pug:

Getting started with pug

Pug is a high performance, robust, elegant, feature rich template engine. It was influenced by Haml and implemented with JavaScript for Node.js and browsers. Implementations exists for Laravel, PHP Scala, Ruby, Python and Java.

It features:

Pug was previously known under the Jade name but has been renamed because of a registered trademark case.

This remark section should also mention any large subjects within pug, and link out to the related topics. Since the Documentation for pug is new, you may need to create initial versions of those related topics.

Iteration with Pug

You need to have Node.js and Pug installed

Syntax and markup generation

Pug makes possible to write HTML in a simplest way, using a clean, whitespace sensitive syntax.

Interpolation with Pug

Conditionals