|
|
@ -203,7 +203,7 @@
|
|
|
|
<h6>${period["day"]}</h6>
|
|
|
|
<h6>${period["day"]}</h6>
|
|
|
|
% endif
|
|
|
|
% endif
|
|
|
|
<div class="weatherperiod">
|
|
|
|
<div class="weatherperiod">
|
|
|
|
<img src="${period['symbol']"}
|
|
|
|
<img src="${period['symbol']}" />
|
|
|
|
<p class="weathertime">${period["period"]}</p>
|
|
|
|
<p class="weathertime">${period["period"]}</p>
|
|
|
|
<p class="weathertemp">${period["mintemp"]} – ${period["maxtemp"]}</p>
|
|
|
|
<p class="weathertemp">${period["mintemp"]} – ${period["maxtemp"]}</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|