Skip to content

Instantly share code, notes, and snippets.

@cuzzo
Last active July 28, 2017 00:08
Show Gist options
  • Save cuzzo/030977753eee088f9203f20bfc984768 to your computer and use it in GitHub Desktop.
Save cuzzo/030977753eee088f9203f20bfc984768 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