class Middleman::MetaPages::Application

def index(env)

The index page
def index(env)
  template('index.html.erb')
end