1
0
mirror of https://github.com/gohugoio/hugo.git synced 2024-05-11 05:54:58 +00:00
gohugoio-hugo/docs/content/layout/go-templates.md

491 B

title date groups groups_weight draft
Go Templates 2013-07-01
layout
80 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 provide more details.