Skip to content

Instantly share code, notes, and snippets.

@zivester
Created February 9, 2013 06:24
Show Gist options
  • Select an option

  • Save zivester/4744198 to your computer and use it in GitHub Desktop.

Select an option

Save zivester/4744198 to your computer and use it in GitHub Desktop.
#404.jade
extends layout
append title
| 404
block content
h1 404
#layout.jade
doctype 5
html
head
title
block title
body
block content
### produces
<title>404
</title>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment