package web templ Layout(title string, content templ.Component) {
Ride library
| Ride | Started | Distance | Moving time | Elevation | Cotacol | Cotacol / 100 km |
|---|---|---|---|---|---|---|
| { item.Name } { item.Type } | { formatRideDate(item.StartDate) } | { formatDistance(item.DistanceM) } | { formatDuration(item.MovingTimeS) } | { formatElevation(item.TotalElevationGainM) } | { item.Cotacol } | { item.CotacolPer100Km } |
Data import
Choose a date range. New rides are downloaded as GPX files and recorded in the local library.
if data.Notice != "" {Strava authorization is required before the first sync.
Authorize Strava } else { }