/** * ----------------------------------------------------------------------------- * @package smartVISU * @author Martin Gleiß * @copyright 2012 * @license GPL [http://www.gnu.de] * ----------------------------------------------------------------------------- */ {{ config_title }} {% if config_transition != 'fade' %} {% endif %} {% if config_animation %} {% endif %} {% if isfile('pages/'~config_pages~'/visu.js') %} {% endif %} {% if isfile('pages/'~config_pages~'/visu.css') %} {% endif %} {% block head %}{% endblock %} {% import "lib.html" as lib %} {% import "basic.html" as basic %} {% import "device.html" as device %} {% import "plot.html" as plot %} {% block body %}{% endblock %}