github.com/servernoj/jade@v0.0.0-20231225191405-efec98d19db1/example/v1.0/template.jade (about)

     1  doctype html
     2  html(lang="en")
     3  	head
     4  		title= pageTitle
     5  		script(type='text/javascript').
     6  			if (foo) {
     7  				bar(1 + 5)
     8  			}
     9  	body
    10  		h1 Jade - node template engine
    11  		#container.col
    12  			if youAreUsingJade
    13  				p You are amazing
    14  			else
    15  				p Get on it!
    16  			p.
    17  				Jade is #[a(terse)] and simple
    18  				templating language with a
    19  				#[strong focus] on performance
    20  				and powerful features.