class Middleman::MetaPages::Application

def index(_)

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