Skip to content

Instantly share code, notes, and snippets.

@adoueb
Created July 4, 2013 09:33
Show Gist options
  • Save adoueb/5926280 to your computer and use it in GitHub Desktop.
Save adoueb/5926280 to your computer and use it in GitHub Desktop.
test test
{
"name": "test",
"description": "test",
"data": {
"string1": "toto"
}
}
{macro main()}
<h1>Hello Instant Aria Templates</h1>
${data.string1}
{/macro}
({
$classpath:'InstantTemplateScript',
$prototype : {
myMethod: function() {
}
}
})
@adoueb
Copy link
Author

adoueb commented Jul 4, 2013

Created by Instant Aria Templates, viewable on http://instant.ariatemplates.com/adoueb/5926280

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment