good morning!!!!

Skip to content
Snippets Groups Projects
Commit e6191302 authored by a's avatar a
Browse files

tmpl

parent 76053caa
Branches
No related tags found
No related merge requests found
...@@ -14,6 +14,9 @@ func SelectPreset(p preset.Preset) { ...@@ -14,6 +14,9 @@ func SelectPreset(p preset.Preset) {
curPreset = p curPreset = p
} }
func RegisterTemplateFile(name string) {
t.RegisterTemplateFile(name)
}
func RegisterTemplate(name string, content string) { func RegisterTemplate(name string, content string) {
t.RegisterTemplate(name, content) t.RegisterTemplate(name, content)
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment