Skip to content

Instantly share code, notes, and snippets.

@samuelgoto
Created September 18, 2017 18:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samuelgoto/07fb44bf2e3f5f439aeb0de509181268 to your computer and use it in GitHub Desktop.
Save samuelgoto/07fb44bf2e3f5f439aeb0de509181268 to your computer and use it in GitHub Desktop.

mustache

data

{
  "name": {
    "first": "Michael",
    "last": "Jackson"
  },
  "age": "RIP"
}

template

{{name.first}} {{name.last}}
* {{age}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment