Skip to content

Instantly share code, notes, and snippets.

@cuzzo
Last active July 28, 2017 00:08
Show Gist options
  • Save cuzzo/568d980cdf011cf525c7e585790fcc02 to your computer and use it in GitHub Desktop.
Save cuzzo/568d980cdf011cf525c7e585790fcc02 to your computer and use it in GitHub Desktop.
render("/views/homepage/header", {title: "Obama for America", subtitle: "Yes We Can!"} , {layout: false})
render("/views/homepage/hero" , {img: "/assets/heros/denver-rally.png", caption: "A Better America Starts Today."} , {layout: true})
render("/views/footer" , {links: [{title: "about", url: "/about"}, {title: "privacy", url: "/privacy"}, {title: "terms", url: "/terms"}, {title: "jobs", url: "/careers"}]} , {layout: false})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment