Skip to content

Instantly share code, notes, and snippets.

@denniskuczynski
Created July 9, 2012 00:30
Show Gist options
  • Save denniskuczynski/3073555 to your computer and use it in GitHub Desktop.
Save denniskuczynski/3073555 to your computer and use it in GitHub Desktop.
Example Backbone.JS View
App.Views.Examples ||= {}
class App.Views.Examples.IndexView extends Backbone.View
template: JST["backbone/templates/examples/index"]
render: ->
this.el.html((@template({title:"Example Title"}))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment