package lib
import (
"html/template"
)
type IconLink struct {
Name string
Href string
Icon template.HTML
}
type CardLink struct {
Description string
Date string
Tags []string
Internal bool
type ButtonLink struct {