Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Fragment ¶
type Fragment interface { Children(ctx context.Context) ([]Fragment, error) Render(ctx context.Context, parent Node) error }
func Dynamic ¶
func Dynamic(handler DynamicFunc) Fragment
func NewHtmlFragment ¶
type Node ¶
type UnsafeRawHTML ¶
type UnsafeRawHTML []byte
Click to show internal directories.
Click to hide internal directories.