Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@Enome
Created February 10, 2012 19:03
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Enome/1791781 to your computer and use it in GitHub Desktop.
Save Enome/1791781 to your computer and use it in GitHub Desktop.
//layout.jade
!!! 5
html
head
title test
body
block content
//admin.jade
extends layout
block content
.sidebar
include _sidebar
.content
block content
//create.jade
extends admin
block content
include _form
//update.jade
extends admin
block content
include _form
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment