Template

A file named tmpl.html, either in site directory or static assets, is used to render the pages.

Examples

Writing

Example template usages:

{{.Head.custom_key}}
{{.ModTime.Format "02/01/2006"}}
{{.Host}}
{{.GetDef "custom_key"}}

At the moment, refer to: