package bulma templ ArticleCardWithThumbnail(title, thumbnailUrl, url, datePosted, sourceName string) {
{ datePosted }
{ sourceName }
} // Creates a card container. // Accepts children templ Card() {
{ children... }
} // Creates a image card container. // Accepts children templ CardImage() {
{ children... }
} // templ CardImageSize(size string) {
{ children... }
} templ CardContentContainer() {
{ children... }
}