Skip to content

Instantly share code, notes, and snippets.

@mikekunze
Created July 26, 2012 23:06
Show Gist options
  • Save mikekunze/3185152 to your computer and use it in GitHub Desktop.
Save mikekunze/3185152 to your computer and use it in GitHub Desktop.
Jade template for twitter bootstrap layout
doctype 5
html
head
title= title
link(rel='stylesheet', href='/bootstrap/css/bootstrap.min.css')
script(src='/bootstrap/js/jquery-1.7.2.min.js', type='text/javascript')
script(src='/bootstrap/js/bootstrap.min.js', type='text/javascript')
body
block content
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment