package main import "mmaschedule-go/event" import "strconv" templ TemplEventPage(e event.Event, upcoming []event.ListUpcomingEventsRow) {
{ e.Name }
@TemplIconCalendar("mr-2") @TemplTimestamp(e.Date)
if len(e.Location) > 0 {@TemplIconLocation("mr-2") { e.Location }
}{ e.Name }
@TemplIconLocation("mr-1") { e.Location }
}{ f.Weight }
VS