# File lib/web/template.rb, line 199
    def Narflates.template_include_path
      [Dir.pwd,
       File.join(Web.document_root.to_s,
                 Web.script_path.to_s,
                 "templates" ).gsub( /\/\//, "/" ),
        ]
    end