You are here

wunderground_weather_current.html.twig in Wunderground weather 8

Template for the current weather conditions block.

File

templates/wunderground_weather_current.html.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * Template for the current weather conditions block.
  5. */
  6. #}
  7. <div class="current-weather-block-content">
  8. {% if image %}
  9. {{ image }}
  10. {% endif %}
  11. {% if summary %}
  12. {{ summary }}
  13. {% endif %}
  14. </div>