Skip to content

Instantly share code, notes, and snippets.

@jermspeaks
Created August 8, 2014 13:58
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