Skip to content

Instantly share code, notes, and snippets.

@grapswiz
Created December 14, 2012 07:24
Show Gist options
  • Select an option

  • Save grapswiz/4283399 to your computer and use it in GitHub Desktop.

Select an option

Save grapswiz/4283399 to your computer and use it in GitHub Desktop.
controller.render
render: =>
template = doT.template($("#content").html())
text = template(
foo: 'bar'
hee: 'bur'
)
@html text
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment