ex06

package
v0.0.0-...-d651571 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 28, 2024 License: LGPL-3.0 Imports: 6 Imported by: 0

Documentation

Overview

Copyright (C) 2024 early (LGPL)

Index

Constants

This section is empty.

Variables

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),
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL