Package tmpl handles loading and rendering HTML templates in Go. https://code.soquee.net/tmpl/
Find a file
Sam Whited ca4cd8d32e
tmpl: correct typo in doc comments
Signed-off-by: Sam Whited <sam@samwhited.com>
2025-01-07 07:51:01 -05:00
.builds .builds: add builds.sr.ht CI config 2019-05-28 00:42:55 -05:00
.gitignore gitignore: ignore test coverage and profiling 2023-12-06 08:39:18 -05:00
CONTRIBUTING.md Initial public release 2019-05-27 23:59:22 -05:00
go.mod go: retract three versions that don't exist 2023-12-05 08:36:47 -05:00
go.sum go: retract three versions that don't exist 2023-12-05 08:36:47 -05:00
LICENSE Initial public release 2019-05-27 23:59:22 -05:00
README.md Initial public release 2019-05-27 23:59:22 -05:00
tmpl.go tmpl: correct typo in doc comments 2025-01-07 07:51:01 -05:00
tmpl_test.go tmpl: add some missing tests 2023-12-06 08:40:36 -05:00

tmpl

Package tmpl handles loading and rendering HTML templates.

import (
	"code.soquee.net/tmpl"
)

License

The package may be used under the terms of the BSD 2-Clause License a copy of which may be found in the LICENSE file.

Unless you explicitly state otherwise, any contribution submitted for inclusion in the work by you shall be licensed as above, without any additional terms or conditions.