# File lib/blueprint/custom_layout.rb, line 42
    def default?
      self.column_width == Blueprint::COLUMN_WIDTH && self.column_count == Blueprint::COLUMN_COUNT && self.gutter_width == Blueprint::GUTTER_WIDTH
    end