class Perkins.Views.Err extends Backbone.View

el: "#main-content"

initialize: (params)=>
  super

template: (opts={})=>
  JST['error'](opts)

render: (opts)=>
  $(@el).html(@template(opts))