Created
February 10, 2012 19:00
-
-
Save Enome/1791707 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//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