Skip to content

Instantly share code, notes, and snippets.

@artemdemo
Created July 1, 2016 20:27
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 artemdemo/3a46ae1a5b39557cf1ac28cc61b76416 to your computer and use it in GitHub Desktop.
Save artemdemo/3a46ae1a5b39557cf1ac28cc61b76416 to your computer and use it in GitHub Desktop.
data = {
user: {
login: "tomek",
first_name: "Thomas",
last_name: "Mazur",
account: {
status: "active",
expires_at: "2009-12-31"
}
}
}
nano("<p>Hello {user.first_name} {user.last_name}! Your account is <strong>{user.account.status}</strong></p>", data)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment