Skip to content

Instantly share code, notes, and snippets.

@topherfangio
Created August 19, 2011 21:55
Show Gist options
  • Save topherfangio/1158112 to your computer and use it in GitHub Desktop.
Save topherfangio/1158112 to your computer and use it in GitHub Desktop.
<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