Sinatra doesn’t know this ditty.

Try this:
# in app.rb
class Alchemy::WebApp
  get '/blog/23-version-171-of-imanga-released-and-a-special-offer-from-gigatap' do
    "Hello World"
  end
end