{{ if .IsThemeDark }} {{ end }} {{ .Query }} - {{ translate "site_name" }}

{{ translate "settings" }}

Current theme: {{.Theme}}

Dark Theme
Light Theme

{{ translate "fetched_in" .Fetched }}

{{if .Instant}}
{{if eq .Instant.Type "currency"}}

{{.Instant.Title}}

{{index .Instant.Content "display"}}
{{end}} {{if eq .Instant.Type "calc"}}
{{.Instant.Content}}
{{end}} {{if eq .Instant.Type "weather"}}
{{index .Instant.Content "city"}}, {{index .Instant.Content "country"}} {{with (index .Instant.Content "current")}}{{printf "%.0f" .Temperature}}{{end}}° C
{{weatherIcon (index .Instant.Content "current")}} {{with (index .Instant.Content "current")}}{{.Condition}}{{end}}
💧 {{with (index .Instant.Content "current")}}{{.Humidity}}{{end}}% 💨 {{with (index .Instant.Content "current")}}{{printf "%.1f" .Wind}}{{end}} m/s
{{range $i, $day := (index .Instant.Content "forecast")}}
{{formatShortDate $day.Date}}
{{printf "%.0f" $day.MinTemp}}–{{printf "%.0f" $day.MaxTemp}}°C
{{$day.Condition}}
{{end}}
{{end}} {{if eq .Instant.Type "wiki"}}

{{.Instant.Title}}

{{index .Instant.Content "text"}}
Read more on Wikipedia →
{{end}}
{{end}}
{{ if .Results }} {{ range .Results }}
🌐
{{ .PrettyLink.Domain }} {{ if .PrettyLink.Path }} {{ .PrettyLink.Path }} {{ end }}

{{ .Header }}

{{ .Description }}

{{ end }} {{ else if .NoResults }}
{{ translate "no_results_found" .Query }}
{{ translate "suggest_rephrase" }}
{{ else }}
{{ translate "no_more_results" }}
{{ end }}
{{ translate "searching_for_new_results" }}...