Documentation
¶
Overview ¶
Package render provides core HTML rendering primitives shared by build-time output, actions, fragments, and request-time page rendering.
It must remain a leaf runtime dependency: this package must not import addon packages or own route dispatch, endpoint dispatch, SSR policy, or asset serving.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Builder ¶
type Builder struct {
// contains filtered or unexported fields
}
Builder is the low-level generated render target. Markup writes are trusted compiler output; expression writes escape by default.
Click to show internal directories.
Click to hide internal directories.