Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EvaluateFile ¶ added in v0.0.2
Types ¶
type Config ¶ added in v0.0.2
type Config struct {
// TemplateDir is the directory where the Textwire
// templates are located. Default is "templates"
TemplateDir string
// TemplateExt is the extension of the Textwire
// template files. Default is ".tw.html"
// If you use a different extension other then ".tw.html",
// you will loose syntax highlighting in VSCode editor
// if you use the Textwire extension
TemplateExt string
// contains filtered or unexported fields
}
Config is the main configuration for Textwire
Click to show internal directories.
Click to hide internal directories.
