Categorygithub.com/davidmz/itpl
modulepackage
1.1.2
Repository: https://github.com/davidmz/itpl.git
Documentation: pkg.go.dev

# README

itpl

Package itpl allows to include one Go templates into anothers.

See documentation on GoDoc: https://godoc.org/github.com/davidmz/itpl

# Functions

Load loads template from OS filesystem and process the include actions.
NewLoader creates a new Loader based on OS filesystem.

# Structs

Loader allows to load and process templates with more options that the bare Load function.