class Page

def parse_object(object)

def parse_object(object)
  text = object.content || ''
  text = parse(text)
  text = object.filter.filter(text) if object.respond_to? :filter_id
  text
end