Documentation ¶ Overview ¶ templ: version: v0.3.898 templ: version: v0.3.898 Index ¶ type Layout func NewLayout(config *config.Config, baseUrl string) *Layout func (l *Layout) Base() templ.Component func (l *Layout) NavBlockData(totalBlocks string, syncing bool) templ.Component func (l *Layout) SiteFrame() templ.Component Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Layout ¶ type Layout struct { // contains filtered or unexported fields } func NewLayout ¶ func NewLayout(config *config.Config, baseUrl string) *Layout func (*Layout) Base ¶ func (l *Layout) Base() templ.Component func (*Layout) NavBlockData ¶ func (l *Layout) NavBlockData(totalBlocks string, syncing bool) templ.Component func (*Layout) SiteFrame ¶ func (l *Layout) SiteFrame() templ.Component Source Files ¶ View all Source files base_templ.golayout.gosite_frame_templ.go Click to show internal directories. Click to hide internal directories.