Skip to content

Instantly share code, notes, and snippets.

@highruned
Created March 14, 2014 18:26
Show Gist options
  • Save highruned/9553730 to your computer and use it in GitHub Desktop.
Save highruned/9553730 to your computer and use it in GitHub Desktop.
Sub-konfs
'header': {>"konf/_header.include"/},
'footer': {>"konf/_footer.include"/},
'search': {>"konf/_search.include"/},
'primarySidebar': {>"konf/_search.include"/},
'content': function(context) {
return context.choose(
{>"konf/home.include"/},
{>"konf/brand.include"/},
{>"konf/searchResults.include"/}
);
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment