//go:build ignore
// +build ignore
package template
type Manager interface {
// Add all exported methods that the manager should implement
}