This commit is contained in:
Jonathan Rudenberg 2012-08-22 11:15:21 -04:00
parent decb9d8430
commit c0ca040c2c
19 changed files with 366 additions and 237 deletions

View file

@ -2,5 +2,8 @@ doctype html
html lang='en'
head == render 'head'
body
#container
== yield
== render 'navbar'
.container
.row
.span8.offset2
== yield