/** * ----------------------------------------------------------------------------- * @package smartVISU * @author Martin Gleiß * @copyright 2012 * @license GPL [http://www.gnu.de] * ----------------------------------------------------------------------------- */ {{ config_title }} {% if config_transition != 'fade' %} {% 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 %}
{% include 'menu.html' %}
{{ lib.smartvisu }}
{{ now|date('H:i') }}, {{ now|date('d.m,') }} v{{ config_version }}
{% block content %}{% endblock %}
{% block footer %}{% endblock %}