diff --git a/cmd/templates/index.html b/cmd/templates/index.html index 9524df2..0cf30a8 100644 --- a/cmd/templates/index.html +++ b/cmd/templates/index.html @@ -9,23 +9,40 @@
-Localidad: {{ .Base.Nombre }}
+{{ .Base.Nombre }} | +|
---|---|
Dia | + {{ range .Base.Prediccion.Dia}} +{{ .Fecha }} | + {{ end }} +
Temp. Máxima | + {{ range .Base.Prediccion.Dia}} +{{ .Temperatura.Maxima }} | + {{ end }} +
Temp. Mínima | + {{ range .Base.Prediccion.Dia}} +{{ .Temperatura.Minima }} | + {{ end }} +
Índice UV | + {{ range .Base.Prediccion.Dia}} ++ {{ if eq .UV "" }} + No disponible! + {{ else }} + {{ .UV }} + {{ end }} + | + {{ end }} +