/** * ----------------------------------------------------------------------------- * @package smartVISU * @author Martin Gleiß, Wolfram v. Hülsen * @copyright 2012 - 2021 * @license GPL [http://www.gnu.de] * * v3.2: customize "infoblock.html" in your own pages to style your index page * ----------------------------------------------------------------------------- */ {% extends "base.html" %} {% block sidebar %} {% import "lib.html" as lib %} {{ lib.updatecheck() }} {% include 'infoblock.html' %} {% endblock %} {% block content %} {% include 'rooms_menu.html' %} {% endblock %}