package
Version:
v0.2.0
Opens a new window with list of versions in this module.
Published: Aug 19, 2026
License: AGPL-3.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Template renders a template from the embedded files, using a cache to avoid
reparsing the template on every call.
Example:
data := map[string]any{
"Title": "Hello World",
}
template, err := templates.Template("index.html", data)
if err != nil {
panic(err)
}
Tpl is a shortcut for Template that ignores errors
Source Files
¶
Click to show internal directories.
Click to hide internal directories.