ref: 13fa7cb74838f85248468c355112c3f3c8f14e8e
dir: /docs/content/layout/go-templates.md/
--- title: "Go Templates" date: "2013-07-01" groups: ["layout"] groups_weight: 80 draft: true --- Hugo uses the excellent golang html/template library for its template engine. It is an extremely lightweight engine that provides a very small amount of logic. In our experience that it is just the right amount of logic to be able to create a good static website. This is a brief primer on using go templates. The [golang docs](http://golang.org/pkg/html/template/) provide more details.