wunderground_weather_current.html.twig in Wunderground weather 8
Template for the current weather conditions block.
1 theme call to wunderground_weather_current.html.twig
- WeatherCurrentBlock::build in src/
Plugin/ Block/ WeatherCurrentBlock.php - Builds and returns the renderable array for this block plugin.
File
templates/wunderground_weather_current.html.twigView source
- {#
- /**
- * @file
- * Template for the current weather conditions block.
- */
- #}
-
- <div class="current-weather-block-content">
- {% if image %}
- {{ image }}
- {% endif %}
-
- {% if summary %}
- {{ summary }}
- {% endif %}
- </div>