Created
July 26, 2012 23:06
-
-
Save mikekunze/3185152 to your computer and use it in GitHub Desktop.
Jade template for twitter bootstrap layout
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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