Skip to content

Instantly share code, notes, and snippets.

@cuzzo
Last active July 28, 2017 00:08
Show Gist options
  • Save cuzzo/a48ba5f9f728f6236605a3e0de3f912b to your computer and use it in GitHub Desktop.
Save cuzzo/a48ba5f9f728f6236605a3e0de3f912b 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"}]} , {layout: false})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment