Jade (Pug) Cheat Sheet
MD
S
MarkdownSimple snippets for Jade (Pug) ExpressJS templating language.
Array Iterations
Paragraphs
p
- each note in notes = note.project
Select boxes
select#(name="filterByName")
option Select one
- each note in notes
option #{note.name}
Created on 12/20/2017