module Coco<% class_namespace_modules.each_with_index do |mod, i| %> <%= indent(i + 1) %>module <%= mod %><% end %> <%= indent(modules_count + 1) %>class <%= component_class %> < Coco::Component <%= indent(modules_count + 1) %>end<% class_namespace_modules.each_with_index do |mod, i| %> <%= indent(modules_count - i) %>end<% end %> end