Sinatra doesn’t know this ditty.

Try this:
# in app.rb
class Alchemy::WebApp
  get '/blog/3-hey-guys-remember-us' do
    "Hello World"
  end
end