Skip to content

Instantly share code, notes, and snippets.

@anilbektash
Forked from BenHall/bootstrap.jade
Created September 24, 2013 19:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anilbektash/6689976 to your computer and use it in GitHub Desktop.
Save anilbektash/6689976 to your computer and use it in GitHub Desktop.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment