/** * ----------------------------------------------------------------------------- * @package smartVISU * @author Wolfram v. Hülsen * @copyright 2021 * @license GPL [http://www.gnu.de] * ----------------------------------------------------------------------------- */ {% extends "widget_basic.html" %} {% block example %}
{% filter trim|escape|nl2br %}{% verbatim %}
{{ basic.window ('', 'shutter', 'window.left', 'window.right') }}
{{ basic.window ('', 'shutter', '', 'window.right', '', '', '#f00') }}
{{ basic.window ('', 'shutter', '', 'window.right', '', '', '!#f00') }}
{% endverbatim %}{% endfilter %}