Created
August 19, 2011 21:55
-
-
Save topherfangio/1158112 to your computer and use it in GitHub Desktop.
This file contains 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
<body> | |
<script src="assets/bpm_libs.js" type="text/javascript"></script> | |
<script type="text/javascript"> | |
spade.require('Planitly'); | |
</script> | |
<script type="text/x-handlebars"> | |
<div class='container_16'> | |
<div class='grid_8'> | |
{{#view Planitly.MyView}} | |
<h1>Hello world!</h1> | |
{{/view}} | |
</div> | |
<div class='grid_8'> | |
{{#view Planitly.MyView}} | |
<h1>Hello world Again!</h1> | |
{{/view}} | |
</div> | |
</div> | |
</script> | |
</body> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment