class Layout
include MongoMapper::Document
key :name, String, :required => true, :index => true
key_i18n :content, String
end