package component type Event struct { TimePeriode string Title string } templ Timeline(evts []Event) {
{v.Title}
{v.TimePeriode}