# File lib/liquid/standardfilters.rb, line 32
    def escape_once(input)
      ActionView::Helpers::TagHelper.escape_once(input) rescue input
    end