# File lib/cgikit/project/template.rb, line 91
    def initialize( project, name )
      super(project)
      @name = name
    end