Skip to content

Instantly share code, notes, and snippets.

@BenHall
Created November 22, 2011 18:36
Show Gist options
  • Star 25 You must be signed in to star a gist
  • Fork 9 You must be signed in to fork a gist
  • Save BenHall/1386475 to your computer and use it in GitHub Desktop.
Save BenHall/1386475 to your computer and use it in GitHub Desktop.
Twitter Bootstrap in Jade
script(src='/javascripts/jquery-1.7.min.js')
link(rel='stylesheet', href='/stylesheets/bootstrap.min.css')
link(rel='stylesheet', href='/stylesheets/bootstrap-overrides.css')
head
include ../includes/bootstrap
div.topbar
div.fill
div.container
a(href='#').brand #{title}
ul.nav
li.active
a(href='#') Home
li
a(href='#') About
li
a(href='#') Contact
div.container
div.content
div.page-header
h1 #{title}
small text
div.row
div.span10
h2 Main content
div.span4
h3 Secondary content
footer
p © Company 2011
!!! 5
html
head
title= title
body!= body
@magixsource
Copy link

useful

@rs459
Copy link

rs459 commented Oct 18, 2013

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment