/** * ----------------------------------------------------------------------------- * @package smartVISU * @author Martin Gleiß * @copyright 2012 * @license GPL [http://www.gnu.de] * ----------------------------------------------------------------------------- */ {% extends "base.html" %} {% block sidebar %} {% import "lib.html" as lib %} {{ lib.updatecheck() }} {% import "clock.html" as clock %} {{ clock.digiclock('clock') }}
{{ now|date('l') }}, {{ now|date('d.m.Y') }}

{% import "weather.html" as weather %} {{ weather.current('weather') }}
{{ weather.forecastweek('weather_forecast') }}
{% endblock %} {% block content %} {% include 'rooms_menu.html' %} {% endblock %}