coffee-express
Version:
A Template for NodeJs Application using Express, CoffeeScript, Jade, and Stylus.
25 lines (20 loc) • 670 B
text/jade
doctype html
//if lt IE 7 ]><html class="ie ie6" lang="en">
//if IE 7 ]><html class="ie ie7" lang="en">
//if IE 8 ]><html class="ie ie8" lang="en">
// [if (gte IE 9)|!(IE)]><!--><html lang="en"> <!--<![endif]
head
meta(charset='utf-8')
title Express CoffeeScript Template
meta(name='description', content='')
meta(name='author', content='')
// Mobile Specific
meta(name="viewport", content="width=device-width, initial-scale=1.0")
// CSS
!= css('app')
body
block content
!= js('//cdnjs.cloudflare.com/ajax/libs/jquery/1.9.1/jquery.min.js')
!= js('//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js')
!= js('app')
| </html>