Introducing Tent.
This commit is contained in:
parent
c9d34ee0a4
commit
71357e5de1
6 changed files with 77 additions and 9 deletions
|
@ -1,8 +1,8 @@
|
|||
doctype html
|
||||
html lang='en'
|
||||
head == render 'head'
|
||||
head == render '_head'
|
||||
body
|
||||
== render 'navbar'
|
||||
== render '_navbar'
|
||||
.container
|
||||
.row
|
||||
.span8.offset2
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
doctype html
|
||||
html lang='en'
|
||||
head == render 'head'
|
||||
head == render '_head'
|
||||
body
|
||||
== render 'navbar'
|
||||
== render '_navbar'
|
||||
.container
|
||||
.row
|
||||
.span8.offset2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue