# 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
*/.