Versions in this module Expand all Collapse all v0 v0.0.4 Feb 7, 2026 Changes in this version + type Content struct + func New(h any) *Content + func (b *Content) HandlerName() string + func (b *Content) RenderCSS() string + func (b *Content) RenderHTML() string + func (b *Content) SetTitle(title string) *Content + func (b *Content) Title() string + func (b *Content) TrackedComponents() []dom.HTMLRenderer + func (b *Content) WithContent(c dom.HTMLRenderer) *Content + func (b *Content) WithHeader(c dom.HTMLRenderer) *Content + func (b *Content) WithSidebar(c dom.HTMLRenderer) *Content