Documentation
¶
Overview ¶
templ: version: 0.2.476
templ: version: 0.2.476
templ: version: 0.2.476
templ: version: 0.2.476
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Document ¶
func Document(vars DocumentVars) templ.Component
func WriteUnsafe ¶
Types ¶
type DocumentVars ¶
type DocumentVars struct {
ID string
Version int64
Content string
Formatted string
CSS string
ThemeCSS string
Language string
Versions []DocumentVersion
Lexers []string
Styles []Style
Style string
Theme string
Max int
Host string
Preview bool
PreviewAlt string
}
func (DocumentVars) GetCSS ¶
func (v DocumentVars) GetCSS() string
func (DocumentVars) GetThemeCSS ¶
func (v DocumentVars) GetThemeCSS() string
func (DocumentVars) PreviewURL ¶
func (v DocumentVars) PreviewURL() string
func (DocumentVars) URL ¶
func (v DocumentVars) URL() string
type DocumentVersion ¶
Click to show internal directories.
Click to hide internal directories.