# File lib/cgikit/handler.rb, line 143
    def append_to_response( element, response, context )
      transaction(element, context) do
        element.delegate_append_to_response(response, context)
      end
    end