Skip to content

Instantly share code, notes, and snippets.

@susant123
Created January 21, 2014 12:19
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 susant123/8539006 to your computer and use it in GitHub Desktop.
Save susant123/8539006 to your computer and use it in GitHub Desktop.
test testing
{
"name": "test",
"description": "testing",
"data": {}
}
{macro main()}
<h1>Hello Instant Aria Templates</h1>
{/macro}
({
$classpath:'InstantTemplateScript',
$prototype : {
myMethod: function() {
alert("test");
}
}
})
{macro main()}
<span>test</span>
{/macro}
@susant123
Copy link
Author

Created by Instant Aria Templates, viewable on http://instant.ariatemplates.com/susant123/8539006

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