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