Sinatra doesn’t know this ditty.

Try this:
# in app.rb
class Alchemy::WebApp
  get '/blog/18-are-you-experiencing-weird-behavior-from-your-copy-of-imanga' do
    "Hello World"
  end
end