package
1.20240719.1
Repository: https://github.com/blend/go-sdk.git
Documentation: pkg.go.dev

# Functions

MergeVars merges a variadic array of variable sets.
New creates a new template.
NewFromFile creates a new template from a file.
NewVarsFromPath returns a new vars file from a given path.

# Variables

DefaultViewFuncs is a singleton for viewfuncs.

# Structs

Template is a wrapper for html.Template.
ViewFuncs is the type stub for view functions.
Viewmodel is the template viewmodel.

# Type aliases

Vars is a soft alias to map[string]interface{}.