{% if hourly %} {% set numSteps = hourly | calcNumEntries %} {% set currentStep = 0 %}
{{ hour.date | formatTime }} | {{ hour.temperature | roundValue | unit("temperature") }} | {% if config.showPrecipitationAmount %} {% if hour.precipitationUnits %}{{ hour.precipitation }}{{ hour.precipitationUnits }} | {% else %}{{ hour.precipitation | unit("precip") }} | {% endif %} {% endif %}