웹서버 GPIO 제어

{% for pin in pins %}

The {{ pins[pin].name }} {% if pins[pin].state == True %} {% else %} {% endif %}

{% endfor %}