Documentation ¶
Overview ¶
templ: version: v0.2.771
templ: version: v0.2.771
templ: version: v0.2.771
templ: version: v0.2.771
templ: version: v0.2.771
templ: version: v0.2.771
templ: version: v0.2.771
Index ¶
- func Article(a ArticleArgs) templ.Component
- func ArticleList(a ArticleListArgs) templ.Component
- func ChangelogContainer(args ChangelogContainerArgs) templ.Component
- func Footer(args FooterArgs) templ.Component
- func HeaderContainer() templ.Component
- func HeaderContent(args HeaderArgs) templ.Component
- func LogoImg(args Logo) templ.Component
- func Navbar() templ.Component
- func Prose() templ.Component
- func RSS(args RSSArgs) templ.Component
- func Tag(name string) templ.Component
- func Theme(args ThemeArgs) templ.Component
- type ArticleArgs
- type ArticleListArgs
- type ChangelogContainerArgs
- type FooterArgs
- type HeaderArgs
- type Logo
- type RSSArgs
- type ThemeArgs
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Article ¶
func Article(a ArticleArgs) templ.Component
func ArticleList ¶
func ArticleList(a ArticleListArgs) templ.Component
func ChangelogContainer ¶
func ChangelogContainer(args ChangelogContainerArgs) templ.Component
Contains the article list and footer
func Footer ¶
func Footer(args FooterArgs) templ.Component
func HeaderContainer ¶
func HeaderContent ¶
func HeaderContent(args HeaderArgs) templ.Component
Types ¶
type ArticleArgs ¶
type ArticleListArgs ¶
type ArticleListArgs struct {
Articles []ArticleArgs
}
type ChangelogContainerArgs ¶ added in v0.4.0
type FooterArgs ¶ added in v0.1.9
type FooterArgs struct {
}type HeaderArgs ¶
type HeaderArgs struct { Title apitypes.NullString Subtitle apitypes.NullString }
type Logo ¶
type Logo struct { Src apitypes.NullString Width apitypes.NullString Height apitypes.NullString Alt apitypes.NullString Link apitypes.NullString }
type ThemeArgs ¶ added in v0.1.5
type ThemeArgs struct {
ColorScheme apitypes.ColorScheme
}
Click to show internal directories.
Click to hide internal directories.