tent.io/layouts/post.slim
Jonathan Rudenberg c0ca040c2c Do stuff
2012-08-22 11:17:22 -04:00

9 lines
188 B
Text

doctype html
html lang='en'
head == render 'head'
body
== render 'navbar'
.container
.row
.span8.offset2
== render '_post', post: @item, content: yield