/** * ----------------------------------------------------------------------------- * @package smartVISU * @author Martin Gleiß * @copyright 2012 * @license GPL * ----------------------------------------------------------------------------- */ {% extends "weather1.html" %} {% block content %}

Wetter

{% import "weather.html" as weather %}

Aktuelles Wetter

{{ weather.current('weather_current') }}

Wettervorhersage

{{ weather.forecastweek('weather_forecastweek') }}
{{ weather.map ('day', 'Tag', 'day') }} {{ weather.map ('day', 'Nacht', 'night') }} {{ weather.map ('day', 'Vorhersage', 'forecast') }} {{ weather.map ('day', 'Wind', 'wind') }} {{ weather.map ('day', 'Europa', 'europe') }}

© tagesschau.de, Hessischer Rundfunk, Deutscher Wetterdienst
{% endblock %}