if File.exists?(file_path = File.join(path, 'content.html'))
        if snippet.new_record? || File.mtime(file_path) > snippet.updated_at || force_import
          snippet.content = File.open(file_path).read
        end