# File lib/sinatra/static_assets.rb, line 92
    def self.registered(app)
      app.helpers StaticAssets::Helpers
      app.disable :xhtml
    end