package
0.13.1
Repository: https://github.com/twelvelabs/termite.git
Documentation: pkg.go.dev

# Functions

Any attempts to render strings in the given value with data.
Compile parses a template string and returns, if successful, a new Template that can be rendered.
DefaultFuncMap returns a map of functions for the template engine.
File renders the file at path with data.
Map recursively renders the keys and values of the given map with data.
MustCompile behaves like Compile, but panics on error.
Map recursively renders the elements of the given slice with data.
String renders the template string with data.

# Variables

The function map to use when rendering templates.

# Structs

Template is a lightweight wrapper for template strings.