aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates/time.template.html
blob: c8ed97e736143fabd7c9414441bbfed4f01e09ab (plain)
1
2
3
4
5
6
7
8
9
10
<div class="infoItem day">
    {{ date.day }}
</div>
<div class="infoItem hour">
    {{ date.hour }}
</div>
<div class="infoItem wheater">
    <i class="{{ weather.icon }}"></i>
    {{ weather.temperature }}
</div>