/** * ----------------------------------------------------------------------------- * @package smartVISU * @author YOUR NAME * @copyright 2012 - 2024 * @license GPL * @version 1.0 * * @title Demo * @category weather * @icon icons/ws/scene_summerhouse.svg * @color #222 * @description Here is some description that explains what the app does. It will be shown if you hover over the app-icon. * @description_de Hier steht eine Beschreibung der Funktion der App. Sie wird angezeigt, wenn man mit der Maus über das App-Symbol fährt. * * @info Here is additional information, e.g. copyright * @info_de Hier steht zusätzliche Informationen, z.B. Copyright * @link http://www.smartvisu.de * ----------------------------------------------------------------------------- */ {% extends "apps.html" %} {% block sidebar %} The app may have a menu. {% endblock %} {% block content %}

Demo

A app is a simple html-page with some content! {% endblock %}