# 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.
# Type aliases
FuncMap is a map of functions.