Skip to content

Commit

Permalink
Added extends inheritance and block
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Harrison authored and Matthew Harrison committed Feb 25, 2012
1 parent 26cf3f4 commit 78f2943
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions templates/views/index.jade
@@ -1,3 +1,6 @@
div
a(id='sender')='Send a Message'
ul(id='reciever')
extends layout

block content
div
a(id='sender')='Send a Message'
ul(id='reciever')

0 comments on commit 78f2943

Please sign in to comment.