class <%= class_name %> < Obj attribute :title, :string attribute :body, :widgetlist attribute :child_order, :referencelist <% attributes.each do |attr| -%> <%= Scrivito::GeneratorHelper.attribute_definition(attr) %> <% end -%> end