/**
* -----------------------------------------------------------------------------
* @package smartVISU
* @author Martin Gleiß
* @copyright 2012
* @license GPL [http://www.gnu.de]
* -----------------------------------------------------------------------------
*/
{% extends "root.html" %}
{% block body %}
Zurück
{{ page starts with 'dg' ? 'Dachgeschoss' : ''}}
{{ page starts with 'eg' ? 'Erdgeschoss' : ''}}
{{ page starts with 'garten' ? 'Außenbereich' : ''}}
{{ page starts with 'room' ? 'Raum' : ''}}
{{ page starts with 'config' ? 'Konfiguration' : ''}}
{{ page starts with 'wp' ? 'Wärmepumpe' : ''}}
Menü
{% block content %}{% endblock %}
{% include 'menu.html' %}
{% endblock %}