# File lib/Borges/ErrorPage/WalkbackPage.rb, line 3
  def show
    res = Borges::GenericResponse.new 'text/html'
    
    print_walkback_on res

    return res
  end