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