/** * ----------------------------------------------------------------------------- * @package smartVISU * @author Martin Gleiß * @copyright 2012 - 2015 * @license GPL [http://www.gnu.de] * ----------------------------------------------------------------------------- */ {% extends "widget_multimedia.html" %} {% block example %}
Example
{% filter trim|escape|nl2br %}{% verbatim %} {{ multimedia.slideshow('', 'pics/slideshow', '', '', '', '', '', '', 1) }} {% endverbatim %}{% endfilter %}
Some pictures...
{{ multimedia.slideshow('', 'pics/slideshow', '', '', '', '', '', '', 1) }}
{% endblock %}