core/template/components/page_card.go

9 lines
129 B
Go
Raw Permalink Normal View History

2024-10-07 19:10:04 -04:00
package components
type PageCard struct {
CardTitle string
CardSubTitle string
CardBody string
CardLink string
}