# File lib/cell/layout.rb, line 5
      def self.included(base)
        base.extend ClassMethods
        base.inheritable_attr :layout_name
      end