Skip to content

Instantly share code, notes, and snippets.

@cshimy
cshimy / index.html
Created September 15, 2012 21:31
Render
<html>
<head>
<title>Sample</title>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/handlebars.js/1.0.0.beta6/handlebars.min.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function () {
var RenderMaster = function () {