Templating
As discussed previously, Gozen uses golang's internal template engine. For more information please see
https://pkg.go.dev/text/template
Did you know?
Gozen comes with special system template properties, like csrf, sessions, flash and post data, including errors. We'll discuss this later in the 'validation' section.