Skip to content

Instantly share code, notes, and snippets.

@Enome
Created February 10, 2012 19:00
Show Gist options
  • Save Enome/1791707 to your computer and use it in GitHub Desktop.
Save Enome/1791707 to your computer and use it in GitHub Desktop.
//layout.jade
!!! 5
html
head
title test
body
block content
//admin.jade
extends layout.jade
block content
.sidebar
//sidebar stuff
.content
block content
//create.jade
extends admin.jade
block content
//create form
//update.jade
extends admin.jade
block content
//create form
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment