neuron-jade-compiler
Version:
The jade(2.0) compiler module for neuron
18 lines (17 loc) • 434 B
text/jade
doctype html
html(lang="en")
head
title= require('./abc').pageTitle
script(type='text/javascript').
if (foo) bar(1 + 5)
body
h1 Jade - node template engine
#container.col
if youAreUsingJade
p You are amazing
else
p Get on it!
p.
Jade is a terse and simple templating language with a
strong focus on performance and powerful features.
include ./user.jade