Sinatra doesn’t know this ditty.

Try this:
# in app.rb
class Alchemy::WebApp
  get '/blog/6-answers-to-questions' do
    "Hello World"
  end
end