Add templ package to handle rendering of templates

This commit is contained in:
Maximilian Friedersdorff 2025-01-28 21:27:18 +00:00
parent e6b5ea3921
commit e7e420cd47
6 changed files with 25 additions and 14 deletions

View file

@ -11,6 +11,7 @@ type Config struct {
Extension string
NotesDir string
TemplatesDir string
BaseTemplate string
}
var Conf Config