Die Dateien aus smartvisu/dropins gelöscht und die WC Seite so angepasst -->
erhalte ich folgende Fehlermeldung 
Code:
<!-- {% extends "rooms.html" %} -->
{% block content %}
<div class="block">
<div class="set-2" data-role="collapsible-set" data-theme="a" data-content-theme="a" data-mini="true">
<div data-role="collapsible" data-collapsed="false">
<h3>WC</h3>
{{ device.blind ('eg.wc.rollo', '', 'eg.wc.rollo.fahrt', 'eg.wc.rollo.stop', 'eg.wc.rollo.position') }}
</div>
</div>
</div>

Error occurred in twig-template engine!
error: A template that extends another one cannot include content outside Twig blocks. Did you forget to put the content inside a {% block %} tag?
file: EG.WC.html
line: 9
error: A template that extends another one cannot include content outside Twig blocks. Did you forget to put the content inside a {% block %} tag?
file: EG.WC.html
line: 9


Kommentar