by **raul.san@sent.com**: <pre>The package "template" [1] have both functions Parse and ParseFile. But in the methods for "template.Template" it has only Parse [2] so I believe that it should have the method ParseFile [1] <a href="http://golang.org/pkg/template/">http://golang.org/pkg/template/</a> [2] <a href="http://golang.org/pkg/template/#Template.Parse">http://golang.org/pkg/template/#Template.Parse</a></pre>