import "code.pfad.fr/buchungssystem/internal/view"
type Data struct {
Yield interface{}
}
Data is the top level structure that views expect data to come in.
func NewEmailTemplate(fs fs.FS, files ...string) ExecuteEmailTemplate
type Template struct {/* contains filtered or unexported fields */}
Render is used to render the view with the predefined layout.