package
Version:
v0.0.0-...-d651571
Opens a new window with list of versions in this module.
Published: Jul 28, 2024
License: LGPL-3.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Copyright (C) 2024 early (LGPL)
View Source
var Page = page.New("ex01", "page.html",
page.OnLoad(func(data render.Data) error {
data.Set("some", map[string]any{
"really": map[string]any{
"nested": exampleStruct{
Data: "hello, nested data!",
},
},
})
return nil
}),
page.Includes(parts.ExampleNav, messagePrinter),
)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.