def content_tag(name, content, options = nil, &block)
  content = "#{content}#{yield if block_given?}"
  super
end