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