/** * ----------------------------------------------------------------------------- * @package smartVISU * @author Martin Gleiß * @copyright 2012 - 2024 * @license GPL * @version 1.0 * * @title Slideshow * @category slideshow * @icon icons/ws/control_zoom_in.svg * @color #00a700 * @description A slideshow of all images in ./pics/slideshow folder * @description_de Eine Diaschau aller Bilder im Ordner ./pics/slideshow * ----------------------------------------------------------------------------- */ {% extends "full.html" %} {% block content %} {{ multimedia.slideshow('s1', 'pics/slideshow') }} {% endblock %}