# Functions
No description provided by the author
Compile will return html content, (or a static path when possible)
this method will automatically run the PreCompile method as needed
Output Types (note: only []byte or string will have a non empty value.
GetOpt handles grabbing and escaping an option (or eachArgs as needed)
escape: 0 = raw, 1 = raw arg, 2 = html, 3 = arg, 4 = html arg key.
HasPreCompile returns true if a file has been PreCompiled and exists in the cache.
HasStaticCompile returns true if a file has been PreCompiled and is static (and does not need to be compiled)
note: the Compile method will automatically detect this and pull from the cache when available.
No description provided by the author
No description provided by the author
PreCompile will generate a new file for the cache (or a static file when possible)
note: putting any extra '.' in a filename (apart from the extention name) may cause conflicts with restoring old cache files.
No description provided by the author
# Variables
No description provided by the author