19 lines
430 B
Plaintext
19 lines
430 B
Plaintext
doctype html
|
|
html(lang="en")
|
|
head
|
|
title= pageTitle
|
|
script(type='text/javascript').
|
|
if (foo) bar(1 + 5);
|
|
body
|
|
h1 Pug - node template engine
|
|
#container.col
|
|
if youAreUsingPug
|
|
p You are amazing
|
|
else
|
|
p Get on it!
|
|
p.
|
|
Pug is a terse and simple templating language with a
|
|
strong focus on performance and powerful features.
|
|
|
|
//- From https://github.com/pugjs/pug
|