Skip to content

Instantly share code, notes, and snippets.

@arjancornelissen
Last active January 3, 2016 21:32
Show Gist options
  • Save arjancornelissen/ca73ca90223f185812b2 to your computer and use it in GitHub Desktop.
Save arjancornelissen/ca73ca90223f185812b2 to your computer and use it in GitHub Desktop.
Blog CSR Header and Footer
Arjan.Demo.Templates.Header = function (context) {
return"<strong>The FAQ list</strong><div view='" + context.view + "'>";
}
Arjan.Demo.Templates.Footer = function (context) {
return"</div>";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment