# File lib/cgikit/project/project.rb, line 61
    def add_component( name )
      @components << ComponentTemplate.new(self, name)
    end