class Middleman::MetaPages::Application

def response(content)

Respond to an HTML request
def response(content)
  [200, { 'Content-Type' => 'text/html' }, Array(content)]
end