# File lib/cgikit/project/template.rb, line 109
    def declaration_path
      name = "#@name.ckd"
      if @project_name then
        name
      else
        File.join(@project.component_path, name)
      end
    end