Skip to content

Instantly share code, notes, and snippets.

@dstarh
Last active August 29, 2015 14:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dstarh/7a4e787f83af0867e146 to your computer and use it in GitHub Desktop.
Save dstarh/7a4e787f83af0867e146 to your computer and use it in GitHub Desktop.
:template{id: "foo"}
.this
.that.somethingelse
%h1 Title
.body
some text {{foo}}
<script type="text/javascript" id="foo">
<div class="this">
<div class="that somethingelse">
<h1>Title</h1>
</div>
<div class="body">
som text {{foo}}
</div>
</div>
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment