Skip to content

Instantly share code, notes, and snippets.

@olegp
Created May 19, 2011 06:56
Show Gist options
  • Save olegp/980315 to your computer and use it in GitHub Desktop.
Save olegp/980315 to your computer and use it in GitHub Desktop.
Mustache tweak
// data
{
text: {
index: {
title: "Home"
}
},
posts: []
}
// template
{{text.index.title}} -> can be added anywhere in the the template, including inside loops etc.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment