/** * ----------------------------------------------------------------------------- * @package smartVISU * @author Martin Gleiß * @copyright 2012 * @license GPL * ----------------------------------------------------------------------------- */ {% extends "base.html" %} {% block sidebar %} {% include 'weather_menu.html' %} {% endblock %} {% block content %} Weather {% endblock %}