5 lines
317 B
Go
5 lines
317 B
Go
// Package template provides in-memory template caching with automatic reloading
|
|
// and placeholder replacement functionality. Templates are loaded from files
|
|
// adjacent to the binary and support both positional and named placeholder
|
|
// replacement with dot notation for accessing nested map values.
|
|
package template |