Skip to content

Instantly share code, notes, and snippets.

@dmohl
Created September 5, 2011 16:49
Show Gist options
  • Save dmohl/1195445 to your computer and use it in GitHub Desktop.
Save dmohl/1195445 to your computer and use it in GitHub Desktop.
CoffeeScript jQuery Templates Example - with Heredocs
summaryMarkup = """
<div class='movieSummary'><
div>Name: ${Name}</div>
</div>
"""
detailMarkup = """
<div class='movieDetail'>
<div>Name: ${Name}</div>
<div>Director: ${Director}</div>
</div>
"""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment