moto klasse test

This commit is contained in:
2021-03-04 10:26:23 +01:00
parent 12caad6f16
commit d2b6768274
5 changed files with 103 additions and 48 deletions

View File

@ -23,9 +23,9 @@
{% for pin in pins_in %}
<h3>{{ pins_in[pin].name }}
{% if pins_in[pin].state == true %}
ist gerade <strong>an</strong></h2><div class="row"><div class="col-md-2">
ist gerade <strong>an</strong></h3><div class="row"><div class="col-md-2">
{% else %}
ist gerade <strong>aus</strong></h2><div class="row"><div class="col-md-2">
ist gerade <strong>aus</strong></h3><div class="row"><div class="col-md-2">
{% endif %}
{% endfor %}
</body>