src/templater

Search:
Group by:

Procs

proc loadTemplate(templ: static string; vars: VarTable): string {.
    ...raises: [ValidationError, VariableError, KeyError, RegexError].}
proc loadTemplateFile(fileName: static string; vars: VarTable): string {.
    ...raises: [ValidationError, VariableError, KeyError, RegexError].}