Golang version of Template-Nest
Go to file
2024-11-16 17:33:15 +05:30
tests Support defaults, add tests 2024-11-16 13:40:19 +05:30
.gitattributes Add initial nest version, add tests 2024-11-16 09:50:24 +05:30
go.mod Add initial nest version, add tests 2024-11-16 09:50:24 +05:30
go.sum Add initial nest version, add tests 2024-11-16 09:50:24 +05:30
README.org Add initial nest version, add tests 2024-11-16 09:50:24 +05:30
template_nest.go Escape input to template hash 2024-11-16 17:33:15 +05:30

Template Nest

Template Nest is a template engine module for Go, designed to process nested templates quickly and efficiently.

For more details on the idea behind Template::Nest read: https://metacpan.org/pod/Template::Nest#DESCRIPTION and https://pypi.org/project/template-nest/.

News

v0.1.0 - Upcoming

  • Initial Release.