Skip to content

Instantly share code, notes, and snippets.

@rs77
Created April 19, 2012 08:04
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 rs77/2419530 to your computer and use it in GitHub Desktop.
Save rs77/2419530 to your computer and use it in GitHub Desktop.
Jade Index File Showing Bootstrap
extends layout
block content
div.top
form.form-horizontal(method="post", id="loginForm")
label Username
input.span3(id="username", type="text", name="User", placeholder="Enter your username")
label Password
input.span3(id="password", type="password", name="Password")
input.btn(type="submit", value="Log In")
div.container
div.content
table.table.table-striped
thead
tr
th Table
th Heading
tbody
tr
td Blah
td Test
tr
td Hello
td World
div.footer
p © 2012 All rights reserved.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment