/** * ----------------------------------------------------------------------------- * @package smartVISU * @author YOUR NAME * @copyright 2012 * @license GPL * @version 1.0 * * @title Demo * @category weather * @icon icons/ws/scene_summerhouse.png * @color #222 * @description Here is some description that explains what the app does. It will be shown if you hover over the app-icon. * * @info Additional information or copyright to then content * @link http://code.google.com/p/smartvisu * ----------------------------------------------------------------------------- */ {% 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 %}