Skip to content

Instantly share code, notes, and snippets.

@jermspeaks
Created August 8, 2014 13:58
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 jermspeaks/5dc2a75b5e56c1c7be69 to your computer and use it in GitHub Desktop.
Save jermspeaks/5dc2a75b5e56c1c7be69 to your computer and use it in GitHub Desktop.
Practice Instance I want to play around with Aria Templates
{
"name": "Practice Instance",
"description": "I want to play around with Aria Templates",
"data": {}
}
{macro main()}
<h1>Hello Instant Aria Templates</h1>
{/macro}
({
$classpath:'InstantTemplateScript',
$prototype : {
myMethod: function() {
}
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment