Documentation ¶
Overview ¶
templ: version: v0.2.771
templ: version: v0.2.771
templ: version: v0.2.771
templ: version: v0.2.771
Index ¶
- func Error(args ErrorArgs) templ.Component
- func Index(arg IndexArgs) templ.Component
- func PasswordProtection(args PasswordProtectionArgs) templ.Component
- func PasswordProtectionError(msg string) templ.Component
- func Widget(arg WidgetArgs) templ.Component
- func WidgetError(err error) templ.Component
- type ErrorArgs
- type IndexArgs
- type PasswordProtectionArgs
- type WidgetArgs
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PasswordProtection ¶ added in v0.3.0
func PasswordProtection(args PasswordProtectionArgs) templ.Component
func PasswordProtectionError ¶ added in v0.3.0
func Widget ¶ added in v0.4.0
func Widget(arg WidgetArgs) templ.Component
func WidgetError ¶ added in v0.4.0
Types ¶
type IndexArgs ¶
type IndexArgs struct { layout.MainArgs components.ThemeArgs components.RSSArgs components.Logo components.ChangelogContainerArgs components.HeaderArgs components.ArticleListArgs }
type PasswordProtectionArgs ¶ added in v0.3.0
type PasswordProtectionArgs struct { Error string CSS string components.ThemeArgs }
type WidgetArgs ¶ added in v0.4.0
type WidgetArgs struct { CSS string components.ChangelogContainerArgs components.HeaderArgs components.ArticleListArgs }
Source Files ¶
Click to show internal directories.
Click to hide internal directories.