Skip to content

Instantly share code, notes, and snippets.

@cpinto
Created October 4, 2010 14:24
Show Gist options
  • Save cpinto/609766 to your computer and use it in GitHub Desktop.
Save cpinto/609766 to your computer and use it in GitHub Desktop.
<html>
<head><title>wonderstache</title></head>
<body>
<script type="text/x-mustache-yadayada" name="widgetTemplate1">
<div id="notComplicatedWidget">
{{ name }}
</div>
</script>
<div id="widgetContainer">
{{>//script[name=widgetTemplate1]}}
</div>
</body>
<html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment