# Functions
AddEngine method adds the given name and engine to view store.
AddTemplateFunc method adds given Go template funcs into function map.
GetEngine method returns the view engine from store by name otherwise nil.
StripPathPrefixAt method strips the given path to path cut position.
TrimPathPrefix method trims given file paths by prefix and returns comma separated string.
# Variables
DefaultDelimiter template default delimiter.
view error messages.
view error messages.
view error messages.
TemplateFuncMap aah framework Go template function map.
# Structs
EngineBase struct is to create common and repurpose the implementation.
GoViewEngine implements the partial inheritance support with Go templates.
Templates hold template reference of lowercase key and case sensitive key with reference to compliled template.
# Interfaces
Enginer interface defines a methods for pluggable view engine.