Skip to content

Instantly share code, notes, and snippets.

@jayfallon
Created January 15, 2014 20:11
Show Gist options
  • Select an option

  • Save jayfallon/8443610 to your computer and use it in GitHub Desktop.

Select an option

Save jayfallon/8443610 to your computer and use it in GitHub Desktop.
extends _global.jade
block head
link(rel="stylesheet", href="/css/products.css")
block header
section.search-form
div.page-inner
div.form-wrap
div.form-shadow
include ../global/_search_form
block pageContent
!= yield
@jayfallon
Copy link
Copy Markdown
Author

Using blocks in jade served up with harp.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment