Skip to content

Instantly share code, notes, and snippets.

@davidvanleeuwen
Last active December 22, 2015 01:09
Show Gist options
  • Save davidvanleeuwen/6394633 to your computer and use it in GitHub Desktop.
Save davidvanleeuwen/6394633 to your computer and use it in GitHub Desktop.
define ['templates/layout'], (template) ->
class Blog.Layouts.Index extends Backbone.Marionette.Layout
template: template
regions:
navigation: 'nav'
article: 'article'
modal:
selector: '.modal'
regionClass: Backbone.Marionette.Modals
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment