package
0.0.0-20200114004523-0c93acb6716f
Repository: https://github.com/adampresley/webframework.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 */.