Skip to content

Instantly share code, notes, and snippets.

@byverdu
Last active September 1, 2015 22:03
Show Gist options
  • Save byverdu/4964341a8349983f61b0 to your computer and use it in GitHub Desktop.
Save byverdu/4964341a8349983f61b0 to your computer and use it in GitHub Desktop.
//- index.jade
extends ./includes/layout.jade
block title
title Ergos
block content
section.sliderContainer
section.content
block append scripts
script(src="public/js/slick.min.js")
//- contact.jade
extends ./includes/layout.jade
block title
title Contacto
block content
section.contact
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment