struct Card { pub: title string subtitle string content string url string }
fn (card Card) html() string