package
1.6.2
Repository: https://github.com/fragmenta/view.git
Documentation: pkg.go.dev

# Functions

NewScanner creates a new template scanner.

# Variables

MaxCacheKeyLength determines the max key length for cache keys.

# Structs

BaseTemplate is a base template which conforms to Template and Parser interfaces.
HTMLTemplate represents an HTML template using go HTML/template.
JSONTemplate represents a template using go HTML/template.
Scanner scans paths for templates and creates a representation of each using parsers.
TextTemplate using go text/template.

# Interfaces

Parser loads template files, and returns a template suitable for rendering content.
Template renders its content given a ViewContext.

# Type aliases

FuncMap is a map of functions.