# File lib/nanoc/base/source_data/layout.rb, line 117
    def marshal_load(source)
      @raw_content,
      @attributes,
      @identifier = *source
    end