package
2.3.1+incompatible
Repository: https://github.com/app-nerds/kit.git
Documentation: pkg.go.dev

# Functions

NewGoLayoutFromFile creates a new Mustache-based layout from a file */.
NewGoLayoutFromString creates a new Mustache-based layout from a byte array */.
NewMustacheLayoutFromFile creates a new Mustache-based layout from a file */.
NewMustacheLayoutFromString creates a new Mustache-based layout from a byte array */.

# Structs

GoLayout is a layout using Go templates */.
MustacheLayout is a layout using Mustache templates */.

# Interfaces

ILayout defines an interface for layouts to adhere to */.