{% match c.current_temp %}
{% when Some with (t) %}
{{
"{:.1}"|format(t) }}Β°C
{% when None %}
--
{% endmatch %}
High
{% match c.today_max %}
{% when Some with (m) %}
{{ "{:.1}"|format(m) }}Β°C
{% match c.max_time %}
{% when Some with (mt) %}
{{ mt }}
{% when None %}
{% endmatch %}
{% when None %}
--
{% endmatch %}
{{ c.trend.symbol() }}
Obs
{% match c.obs_age_min %}
{% when Some with (m) %}
{{ m }} min ago
{% when None %}
--
{% endmatch %}
{{ c.trend.symbol() }}