/** * ----------------------------------------------------------------------------- * @package smartVISU * @author Frank Berlenz * @copyright 2013 * @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') }}