---
title: Weather
layout: common-ux-layout.hbs
---

<h2>Weather widget</h2>
<div class="tui-hotel-section light-blue hotel-weather-section">
  <div class="tui-weather tui-fact-container">
    {{>weather_widget weather_widget}}
  </div>
</div>

<h2>Weekly Weather</h2>
{{>weather_week weather_week}}

<h2>Yearly Weather</h2>
{{>weather_year country-weather-single.data}}
