Created
July 1, 2016 20:27
-
-
Save artemdemo/3a46ae1a5b39557cf1ac28cc61b76416 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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