broadcast(:application_error, env['sinatra.error'], error_code: 404, target: self)
      respond_to do |format|
        status 404
        format.html do
          haml :'404', locals: { title: '4 oh 4' }, layout: layout