{{ define "journeys_public_transit" }} {{ range .ViewState.journeys }}
{{ (timeFrom .StartTime).Format "15:04" }} - {{ (timeFrom .EndTime).Format "15:04" }}
{{ divideInt .Duration 60 }} Minutes
{{ end }} {{ end }}