Simple and fast template engine for Go. Fasttemplate performs only a single task - it substitutes template placeholders with user-defined values. At high speed :) Take a look at quicktemplate if you need fast yet powerful html template engine. Please note that fasttemplate doesn't do any escaping on template values unlike html/template do. So values must be properly escaped before passing them to