SinatraでRailsっぽいhtml_escape

helperに追加してあげればいい

helpers do
  include Rack::Utils
  alias_method :h, :escape_html
end